diff --git a/[refs] b/[refs] index 77a8c2c8c6e0..2c6dcbb8ea4b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a0143a4f00517ea433bf459a80742ccc623a665 +refs/heads/master: 1cde201da4e97f10a5dd2434cff4ceff381603d1 diff --git a/trunk/fs/ext3/super.c b/trunk/fs/ext3/super.c index 7beb69ae0015..2043bcc87719 100644 --- a/trunk/fs/ext3/super.c +++ b/trunk/fs/ext3/super.c @@ -2669,13 +2669,13 @@ static int ext3_remount (struct super_block * sb, int * flags, char * data) /* * If we have an unprocessed orphan list hanging * around from a previously readonly bdev mount, - * require a full umount/remount for now. + * require a full umount & mount for now. */ if (es->s_last_orphan) { ext3_msg(sb, KERN_WARNING, "warning: couldn't " "remount RDWR because of unprocessed " "orphan inode list. Please " - "umount/remount instead."); + "umount & mount instead."); err = -EINVAL; goto restore_opts; }