diff options
Diffstat (limited to 'fs/nilfs2/super.c')
-rw-r--r-- | fs/nilfs2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 896b463cc3ce..0cdbc5e7655a 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c | |||
@@ -866,7 +866,7 @@ static int nilfs_remount(struct super_block *sb, int *flags, char *data) | |||
866 | if ((*flags & MS_RDONLY) && | 866 | if ((*flags & MS_RDONLY) && |
867 | sbi->s_snapshot_cno != old_opts.snapshot_cno) { | 867 | sbi->s_snapshot_cno != old_opts.snapshot_cno) { |
868 | printk(KERN_WARNING "NILFS (device %s): couldn't " | 868 | printk(KERN_WARNING "NILFS (device %s): couldn't " |
869 | "remount to a different snapshot. \n", | 869 | "remount to a different snapshot.\n", |
870 | sb->s_id); | 870 | sb->s_id); |
871 | err = -EINVAL; | 871 | err = -EINVAL; |
872 | goto restore_opts; | 872 | goto restore_opts; |