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:
d843251
)
Branch b1_8_gate
author
yangsheng
<yangsheng>
Thu, 7 Aug 2008 05:13:14 +0000
(
05:13
+0000)
committer
yangsheng
<yangsheng>
Thu, 7 Aug 2008 05:13:14 +0000
(
05:13
+0000)
b=16208
i=adilger, johann
Implement lustre ll_show_options method.
lustre/llite/llite_internal.h
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_internal.h
b/lustre/llite/llite_internal.h
index
3c40c9b
..
96d3a4e
100644
(file)
--- a/
lustre/llite/llite_internal.h
+++ b/
lustre/llite/llite_internal.h
@@
-853,6
+853,7
@@
void ll_umount_begin(struct vfsmount *vfsmnt, int flags);
void ll_umount_begin(struct super_block *sb);
#endif
int ll_remount_fs(struct super_block *sb, int *flags, char *data);
+int ll_show_options(struct seq_file *seq, struct vfsmount *vfs);
int ll_prep_inode(struct obd_export *exp, struct inode **inode,
struct ptlrpc_request *req, int offset, struct super_block *);
void lustre_dump_dentry(struct dentry *, int recur);