Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361591
b: refs/heads/master
c: e1c3659
h: refs/heads/master
i:
  361589: bf6e737
  361587: 5aa1ef6
  361583: 2bd4fcb
v: v3
  • Loading branch information
Jan Kara authored and Theodore Ts'o committed Mar 11, 2013
1 parent b573d6c commit 55a85b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3a2256702e47f68f921dfad41b1764d05c572329
refs/heads/master: e1c36595bedc2e1b4112f01256cb30f4d9f9ae46
4 changes: 2 additions & 2 deletions trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -3018,8 +3018,8 @@ static int ext4_releasepage(struct page *page, gfp_t wait)

trace_ext4_releasepage(page);

WARN_ON(PageChecked(page));
if (!page_has_buffers(page))
/* Page has dirty journalled data -> cannot release */
if (PageChecked(page))
return 0;
if (journal)
return jbd2_journal_try_to_free_buffers(journal, page, wait);
Expand Down

0 comments on commit 55a85b6

Please sign in to comment.