diff options
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 1d85d4ec9598..a127cc03c9fa 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -1232,7 +1232,7 @@ retry: | |||
1232 | from, to, NULL, do_journal_get_write_access); | 1232 | from, to, NULL, do_journal_get_write_access); |
1233 | if (ret) | 1233 | if (ret) |
1234 | /* fatal error, just put the handle and return */ | 1234 | /* fatal error, just put the handle and return */ |
1235 | journal_stop(handle); | 1235 | ext4_journal_stop(handle); |
1236 | } | 1236 | } |
1237 | return ret; | 1237 | return ret; |
1238 | 1238 | ||