commit | 34c80b1d93e6e20ca9dea0baf583a5b5510d92d4 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 08 21:32:45 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Jan 06 23:19:54 2012 -0500 |
tree | 7dcbf0a4e09464247e6992c8f44fcc872867bd3a | |
parent | a6322de67b58a00e3a783ad9c87c2a11b2d67b47 [diff] [blame] |
vfs: switch ->show_options() to struct dentry * Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 8a89949..7b76695 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c
@@ -1238,9 +1238,9 @@ STATIC int xfs_fs_show_options( struct seq_file *m, - struct vfsmount *mnt) + struct dentry *root) { - return -xfs_showargs(XFS_M(mnt->mnt_sb), m); + return -xfs_showargs(XFS_M(root->d_sb), m); } /*