Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377726
b: refs/heads/master
c: 0c59a95
h: refs/heads/master
v: v3
  • Loading branch information
David Howells committed Jun 19, 2013
1 parent 9492e60 commit c5fafc4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6bd5e82b099c3d633905098b3c0af808ced73d85
refs/heads/master: 0c59a95d90081e5d840649d4f872027123e3420c
2 changes: 1 addition & 1 deletion trunk/fs/fscache/page.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ bool __fscache_maybe_release_page(struct fscache_cookie *cookie,
* allocator as the work threads writing to the cache may all end up
* sleeping on memory allocation, so we may need to impose a timeout
* too. */
if (!(gfp & __GFP_WAIT)) {
if (!(gfp & __GFP_WAIT) || !(gfp & __GFP_FS)) {
fscache_stat(&fscache_n_store_vmscan_busy);
return false;
}
Expand Down

0 comments on commit c5fafc4

Please sign in to comment.