Whamcloud - gitweb
Branch b1_8_gate
authoryangsheng <yangsheng>
Thu, 7 Aug 2008 05:13:17 +0000 (05:13 +0000)
committeryangsheng <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

index 1d86876..613e228 100644 (file)
@@ -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,
 };