From: yangsheng Date: Thu, 7 Aug 2008 05:13:17 +0000 (+0000) Subject: Branch b1_8_gate X-Git-Tag: v1_7_100~1^378~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=033c6ee6cb61246b6d5d53e249061a0efdcfd281;p=fs%2Flustre-release.git Branch b1_8_gate b=16208 i=adilger, johann Implement lustre ll_show_options method. --- diff --git a/lustre/llite/super25.c b/lustre/llite/super25.c index 1d86876..613e228 100644 --- 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, };