From 855bffc297b09a49c004c78340ce52565dfe144a Mon Sep 17 00:00:00 2001 From: adilger Date: Sun, 4 May 2003 00:33:30 +0000 Subject: [PATCH] Merge from b_devel to b_orphan (ORPHAN_BASE5 -> ORPHAN_BASE6). --- lustre/mds/mds_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 1.8.3.1