Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272127
b: refs/heads/master
c: 966dbde
h: refs/heads/master
i:
  272125: 63007d3
  272123: 0c27f3f
  272119: b409a0a
  272111: 2801ddf
  272095: 077e9f2
  272063: 85aeef4
  271999: 4e30b83
  271871: ccf9a98
v: v3
  • Loading branch information
Mel Gorman authored and Linus Torvalds committed Nov 1, 2011
1 parent fc99ba9 commit f5e194b
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 94054fa3fca1fd78db02cb3d68d5627120f0a1d4
refs/heads/master: 966dbde2c208e07bab7a45a7855e1e693eabe661
6 changes: 5 additions & 1 deletion trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1811,8 +1811,12 @@ static int ext4_writepage(struct page *page,
* We don't want to do block allocation, so redirty
* the page and return. We may reach here when we do
* a journal commit via journal_submit_inode_data_buffers.
* We can also reach here via shrink_page_list
* We can also reach here via shrink_page_list but it
* should never be for direct reclaim so warn if that
* happens
*/
WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) ==
PF_MEMALLOC);
goto redirty_page;
}
if (commit_write)
Expand Down

0 comments on commit f5e194b

Please sign in to comment.