From: Bryan Schumaker <bjschuma@xxxxxxxxxx> Remove the space from the beginning of both lines. Signed-off-by: Bryan Schumaker <bjschuma@xxxxxxxxxx> --- fs/nfs/super.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/nfs/super.c b/fs/nfs/super.c index 1358dc1..7a711e9 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c @@ -2149,7 +2149,7 @@ static void nfs_fill_super(struct super_block *sb, sb->s_xattr = nfs4_xattr_handlers; sb->s_op = &nfs_sops; - nfs_initialise_sb(sb); + nfs_initialise_sb(sb); } /* @@ -2174,7 +2174,7 @@ static void nfs_clone_super(struct super_block *sb, sb->s_flags |= MS_POSIXACL; } - nfs_initialise_sb(sb); + nfs_initialise_sb(sb); } static int nfs_compare_mount_options(const struct super_block *s, const struct nfs_server *b, int flags) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html