Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14068
b: refs/heads/master
c: ab4eb43
h: refs/heads/master
v: v3
  • Loading branch information
Denis Lunev authored and Linus Torvalds committed Nov 14, 2005
1 parent 7bc9a34 commit 6ff9884
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b17b0421d70f5b85a791afe145a16d5ca5f849aa
refs/heads/master: ab4eb43ce759559d7b15c5dde4a1562f202539f6
4 changes: 3 additions & 1 deletion trunk/fs/ext3/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1384,8 +1384,10 @@ static int ext3_journalled_writepage(struct page *page,
ClearPageChecked(page);
ret = block_prepare_write(page, 0, PAGE_CACHE_SIZE,
ext3_get_block);
if (ret != 0)
if (ret != 0) {
ext3_journal_stop(handle);
goto out_unlock;
}
ret = walk_page_buffers(handle, page_buffers(page), 0,
PAGE_CACHE_SIZE, NULL, do_journal_get_write_access);

Expand Down

0 comments on commit 6ff9884

Please sign in to comment.