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

index 3c40c9b..96d3a4e 100644 (file)
@@ -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);