Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61255
b: refs/heads/master
c: d699594
h: refs/heads/master
i:
  61253: 1f4b993
  61251: cc02a7b
  61247: e5b437f
v: v3
  • Loading branch information
Dave Hansen authored and Theodore Ts'o committed Jul 18, 2007
1 parent 539224b commit 4456426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1330593eb2d055bdd6ed935886cf2c13c896b288
refs/heads/master: d699594dc151c664a2b307e680a3cd9b7145fd83
2 changes: 1 addition & 1 deletion trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -3275,7 +3275,7 @@ int ext4_change_inode_journal_flag(struct inode *inode, int val)
*/

journal = EXT4_JOURNAL(inode);
if (is_journal_aborted(journal) || IS_RDONLY(inode))
if (is_journal_aborted(journal))
return -EROFS;

jbd2_journal_lock_updates(journal);
Expand Down

0 comments on commit 4456426

Please sign in to comment.