X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fxfs%2Flinux-2.6%2Fkmem.h;h=ffe383e14e36a0f506878d61d0ee3aa4f00b1e68;hb=9e1bf581d67d87a1d7fc0ea500729e3a03643a26;hp=14d594a949f4c84d98051e90fffca6adbe012767;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/fs/xfs/linux-2.6/kmem.h b/fs/xfs/linux-2.6/kmem.h index 14d594a94..ffe383e14 100644 --- a/fs/xfs/linux-2.6/kmem.h +++ b/fs/xfs/linux-2.6/kmem.h @@ -83,7 +83,7 @@ typedef unsigned long xfs_pflags_t; static __inline unsigned int kmem_flags_convert(int flags) { - int lflags = __GFP_NOWARN; /* we'll report problems, if need be */ + int lflags; #ifdef DEBUG if (unlikely(flags & ~(KM_SLEEP|KM_NOSLEEP|KM_NOFS|KM_MAYFAIL))) {