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:
7d80838
)
Branch b1_8_gate
author
yangsheng
<yangsheng>
Thu, 7 Aug 2008 05:13:17 +0000
(
05:13
+0000)
committer
yangsheng
<yangsheng>
Thu, 7 Aug 2008 05:13:17 +0000
(
05:13
+0000)
b=16208
i=adilger, johann
Implement lustre ll_show_options method.
lustre/llite/super25.c
patch
|
blob
|
history
diff --git
a/lustre/llite/super25.c
b/lustre/llite/super25.c
index
1d86876
..
613e228
100644
(file)
--- a/
lustre/llite/super25.c
+++ b/
lustre/llite/super25.c
@@
-98,6
+98,7
@@
struct super_operations lustre_super_operations =
.statfs = ll_statfs,
.umount_begin = ll_umount_begin,
.remount_fs = ll_remount_fs,
+ .show_options = ll_show_options,
};