aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/ext4/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 125aca714685..de26c25d6a18 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -3275,7 +3275,7 @@ int ext4_change_inode_journal_flag(struct inode *inode, int val)
3275 */ 3275 */
3276 3276
3277 journal = EXT4_JOURNAL(inode); 3277 journal = EXT4_JOURNAL(inode);
3278 if (is_journal_aborted(journal) || IS_RDONLY(inode)) 3278 if (is_journal_aborted(journal))
3279 return -EROFS; 3279 return -EROFS;
3280 3280
3281 jbd2_journal_lock_updates(journal); 3281 jbd2_journal_lock_updates(journal);