Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273146
b: refs/heads/master
c: 09e0834
h: refs/heads/master
v: v3
  • Loading branch information
Akira Fujita authored and Theodore Ts'o committed Oct 20, 2011
1 parent 72f2e1a commit 1a2a815
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ee90d57e20bd4749dda3b14397392b18b89dc3ef
refs/heads/master: 09e0834fb0ce1ea2a63885177015bd5d7d2bc22d
4 changes: 4 additions & 0 deletions trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,11 @@ static int ext4_ordered_write_end(struct file *file,
ext4_orphan_add(handle, inode);
if (ret2 < 0)
ret = ret2;
} else {
unlock_page(page);
page_cache_release(page);
}

ret2 = ext4_journal_stop(handle);
if (!ret)
ret = ret2;
Expand Down

0 comments on commit 1a2a815

Please sign in to comment.