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:
8992fdb
)
b=1178
author
pschwan
<pschwan>
Sun, 27 Apr 2003 17:40:04 +0000
(17:40 +0000)
committer
pschwan
<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
patch
|
blob
|
history
diff --git
a/lustre/mds/mds_internal.h
b/lustre/mds/mds_internal.h
index
fd83b1c
..
7d047a6
100644
(file)
--- 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);