Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16d389e
)
remove the mds_file_cache slab, in favour of new-style handles
author
pschwan
<pschwan>
Thu, 24 Apr 2003 04:56:25 +0000
(
04:56
+0000)
committer
pschwan
<pschwan>
Thu, 24 Apr 2003 04:56:25 +0000
(
04:56
+0000)
lustre/mds/mds_internal.h
[new file with mode: 0644]
patch
|
blob
diff --git a/lustre/mds/mds_internal.h
b/lustre/mds/mds_internal.h
new file mode 100644
(file)
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);