From: pschwan Date: Thu, 24 Apr 2003 04:56:25 +0000 (+0000) Subject: remove the mds_file_cache slab, in favour of new-style handles X-Git-Tag: v1_7_100~1^92~38 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fe0097ec1f1fe669b09fa581c21367f65d5cbc71;p=fs%2Flustre-release.git remove the mds_file_cache slab, in favour of new-style handles --- diff --git a/lustre/mds/mds_internal.h b/lustre/mds/mds_internal.h new file mode 100644 index 0000000..fd83b1c --- /dev/null +++ b/lustre/mds/mds_internal.h @@ -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);