diff options
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r-- | fs/ext4/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 87ec615f0fd6..e4b26faac5ff 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -4791,6 +4791,7 @@ retry_alloc: | |||
4791 | PAGE_CACHE_SIZE, NULL, do_journal_get_write_access)) { | 4791 | PAGE_CACHE_SIZE, NULL, do_journal_get_write_access)) { |
4792 | unlock_page(page); | 4792 | unlock_page(page); |
4793 | ret = VM_FAULT_SIGBUS; | 4793 | ret = VM_FAULT_SIGBUS; |
4794 | ext4_journal_stop(handle); | ||
4794 | goto out; | 4795 | goto out; |
4795 | } | 4796 | } |
4796 | ext4_set_inode_state(inode, EXT4_STATE_JDATA); | 4797 | ext4_set_inode_state(inode, EXT4_STATE_JDATA); |