From: pschwan Date: Sun, 27 Apr 2003 17:40:04 +0000 (+0000) Subject: b=1178 X-Git-Tag: v1_7_100~1^92~29 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4411a84952edb1c381e05fe223d70cc3438fddff;p=fs%2Flustre-release.git b=1178 - Preparations for removing unused "addr" from lustre_handle - Some mild internal API consistency fixups, before I copied this API to three other places that need handles --- diff --git a/lustre/mds/mds_internal.h b/lustre/mds/mds_internal.h index fd83b1c..7d047a6 100644 --- a/lustre/mds/mds_internal.h +++ b/lustre/mds/mds_internal.h @@ -1,3 +1,3 @@ -struct mds_file_data *mds_new_mfd(void); +struct mds_file_data *mds_mfd_new(void); void mds_mfd_put(struct mds_file_data *mfd); -void mds_destroy_mfd(struct mds_file_data *mfd); +void mds_mfd_destroy(struct mds_file_data *mfd);