Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273157
b: refs/heads/master
c: fcbb551
h: refs/heads/master
i:
  273155: 31695e1
v: v3
  • Loading branch information
Yongqiang Yang authored and Theodore Ts'o committed Oct 26, 2011
1 parent 747a49e commit 44f4cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6f8ff537266ee5396c920fb0c842a21df3055ff3
refs/heads/master: fcbb5515825f1bb20b7a6f75ec48bee61416f879
1 change: 1 addition & 0 deletions trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -4791,6 +4791,7 @@ int ext4_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf)
PAGE_CACHE_SIZE, NULL, do_journal_get_write_access)) {
unlock_page(page);
ret = VM_FAULT_SIGBUS;
ext4_journal_stop(handle);
goto out;
}
ext4_set_inode_state(inode, EXT4_STATE_JDATA);
Expand Down

0 comments on commit 44f4cc9

Please sign in to comment.