From 76c8d687673aca058ebbb232ae96c8a620e7b74f Mon Sep 17 00:00:00 2001 From: yangsheng Date: Thu, 7 Aug 2008 05:13:14 +0000 Subject: [PATCH] Branch b1_8_gate b=16208 i=adilger, johann Implement lustre ll_show_options method. --- lustre/llite/llite_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/llite/llite_internal.h b/lustre/llite/llite_internal.h index 3c40c9b..96d3a4e 100644 --- a/lustre/llite/llite_internal.h +++ b/lustre/llite/llite_internal.h @@ -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); -- 1.8.3.1