]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/nfs/inode.c
[PATCH] vfs: MS_VERBOSE should be MS_SILENT
[net-next-2.6.git] / fs / nfs / inode.c
index a77ee95b7efb955fcd02d596c4581f7670821ddd..37e55c328ebcda201720610254c9e4e7a6fdd7b7 100644 (file)
@@ -1679,7 +1679,7 @@ static struct super_block *nfs_get_sb(struct file_system_type *fs_type,
 
        s->s_flags = flags;
 
-       error = nfs_fill_super(s, data, flags & MS_VERBOSE ? 1 : 0);
+       error = nfs_fill_super(s, data, flags & MS_SILENT ? 1 : 0);
        if (error) {
                up_write(&s->s_umount);
                deactivate_super(s);
@@ -1996,7 +1996,7 @@ static struct super_block *nfs4_get_sb(struct file_system_type *fs_type,
 
        s->s_flags = flags;
 
-       error = nfs4_fill_super(s, data, flags & MS_VERBOSE ? 1 : 0);
+       error = nfs4_fill_super(s, data, flags & MS_SILENT ? 1 : 0);
        if (error) {
                up_write(&s->s_umount);
                deactivate_super(s);