From 033c6ee6cb61246b6d5d53e249061a0efdcfd281 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Thu, 7 Aug 2008 05:13:17 +0000 Subject: [PATCH] Branch b1_8_gate b=16208 i=adilger, johann Implement lustre ll_show_options method. --- lustre/llite/super25.c | 1 + 1 file changed, 1 insertion(+) 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, }; -- 1.8.3.1