X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Fllog_internal.h;h=0a2a90a84e9bef53200ff183ff871256aeefe30e;hb=68989b14793aa384a6db4fcb9504bc01b17c0311;hp=4c310161522afe1d9ea96875626528da814819ba;hpb=f36d9a3f365f9548b1c07dc36c0d9cee4a13ff01;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/llog_internal.h b/lustre/obdclass/llog_internal.h index 4c31016..0a2a90a 100644 --- a/lustre/obdclass/llog_internal.h +++ b/lustre/obdclass/llog_internal.h @@ -26,7 +26,7 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. */ /* @@ -45,13 +45,10 @@ struct llog_process_info { void *lpi_cbdata; void *lpi_catdata; int lpi_rc; - struct completion lpi_completion; + int lpi_flags; + cfs_completion_t lpi_completion; }; -int llog_put_cat_list(struct obd_device *obd, struct obd_device *disk_obd, - char *name, int idx, int count, - struct llog_catid *idarray); - int llog_cat_id2handle(struct llog_handle *cathandle, struct llog_handle **res, struct llog_logid *logid); int class_config_dump_handler(struct llog_handle * handle,