Commit 41bfe4af authored by Christoph Hellwig's avatar Christoph Hellwig

[XFS] Use __GFP_NORETRY in pagebuf readahead code

SGI Modid: 2.5.x-xfs:slinx:148940a
parent c6fa2883
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
#define BN_ALIGN_MASK ((1 << (PAGE_CACHE_SHIFT - BBSHIFT)) - 1) #define BN_ALIGN_MASK ((1 << (PAGE_CACHE_SHIFT - BBSHIFT)) - 1)
#ifndef GFP_READAHEAD #ifndef GFP_READAHEAD
#define GFP_READAHEAD __GFP_NOWARN #define GFP_READAHEAD (__GFP_NOWARN|__GFP_NORETRY)
#endif #endif
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment