Whamcloud - gitweb
remove the mds_file_cache slab, in favour of new-style handles
authorpschwan <pschwan>
Thu, 24 Apr 2003 04:56:25 +0000 (04:56 +0000)
committerpschwan <pschwan>
Thu, 24 Apr 2003 04:56:25 +0000 (04:56 +0000)
lustre/mds/mds_internal.h [new file with mode: 0644]

diff --git a/lustre/mds/mds_internal.h b/lustre/mds/mds_internal.h
new file mode 100644 (file)
index 0000000..fd83b1c
--- /dev/null
@@ -0,0 +1,3 @@
+struct mds_file_data *mds_new_mfd(void);
+void mds_mfd_put(struct mds_file_data *mfd);
+void mds_destroy_mfd(struct mds_file_data *mfd);