X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_qm.c;h=532ab79d38fe376c14a5463a97195b59a61d8f84;hb=ccf27814a63fc122dc5980453a18847dc5d8429f;hp=7af7648c06c63bd63ec21b150cc2713914f28c08;hpb=d8d820b7fd98940dc7f9c7dac7e9dc228bcb2c12;p=karo-tx-linux.git diff --git a/fs/xfs/xfs_qm.c b/fs/xfs/xfs_qm.c index 7af7648c06c6..532ab79d38fe 100644 --- a/fs/xfs/xfs_qm.c +++ b/fs/xfs/xfs_qm.c @@ -525,7 +525,7 @@ xfs_qm_shrink_scan( unsigned long freed; int error; - if ((sc->gfp_mask & (__GFP_FS|__GFP_WAIT)) != (__GFP_FS|__GFP_WAIT)) + if ((sc->gfp_mask & (__GFP_FS|__GFP_DIRECT_RECLAIM)) != (__GFP_FS|__GFP_DIRECT_RECLAIM)) return 0; INIT_LIST_HEAD(&isol.buffers);