Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148835
b: refs/heads/master
c: 4156e73
h: refs/heads/master
i:
  148833: f8933ce
  148831: 2c559a9
v: v3
  • Loading branch information
Felix Blyakher committed Jun 1, 2009
1 parent c2ea9e9 commit 62a0e36
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: 096324873f9c7172a17aff9db1356f4f01b77afe
refs/heads/master: 4156e735d3abde8e9243b5d22f7999dd3fffab2e
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/kmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ extern void *kmem_zone_zalloc(kmem_zone_t *, unsigned int __nocast);
static inline int
kmem_shake_allow(gfp_t gfp_mask)
{
return (gfp_mask & __GFP_WAIT) != 0;
return ((gfp_mask & __GFP_WAIT) && (gfp_mask & __GFP_FS));
}

#endif /* __XFS_SUPPORT_KMEM_H__ */

0 comments on commit 62a0e36

Please sign in to comment.