Loading fs/ext4/inode.c +1 −1 Original line number Diff line number Diff line Loading @@ -1232,7 +1232,7 @@ static int ext4_prepare_write(struct file *file, struct page *page, from, to, NULL, do_journal_get_write_access); if (ret) /* fatal error, just put the handle and return */ journal_stop(handle); ext4_journal_stop(handle); } return ret; Loading Loading
fs/ext4/inode.c +1 −1 Original line number Diff line number Diff line Loading @@ -1232,7 +1232,7 @@ static int ext4_prepare_write(struct file *file, struct page *page, from, to, NULL, do_journal_get_write_access); if (ret) /* fatal error, just put the handle and return */ journal_stop(handle); ext4_journal_stop(handle); } return ret; Loading