Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273071
b: refs/heads/master
c: 1cde201
h: refs/heads/master
i:
  273069: 2389b8a
  273067: c2e62e8
  273063: e9dceb7
  273055: 0887b3a
v: v3
  • Loading branch information
Toshiyuki Okajima authored and Jan Kara committed Aug 17, 2011
1 parent 869c3ae commit f3d1e03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5a0143a4f00517ea433bf459a80742ccc623a665
refs/heads/master: 1cde201da4e97f10a5dd2434cff4ceff381603d1
4 changes: 2 additions & 2 deletions trunk/fs/ext3/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f3d1e03

Please sign in to comment.