Whamcloud - gitweb
b=1178
authorpschwan <pschwan>
Sun, 27 Apr 2003 17:40:04 +0000 (17:40 +0000)
committerpschwan <pschwan>
Sun, 27 Apr 2003 17:40:04 +0000 (17:40 +0000)
- 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

lustre/mds/mds_internal.h

index fd83b1c..7d047a6 100644 (file)
@@ -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);