X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yportenv.h;h=c3fa36c3f192c1236b38240252592dd9c5a72e13;hp=bfda36e8aaa3b047ad8be01156de4b8e1b8b8438;hb=113fa731ab3986e6c7beba75772740475903b869;hpb=11f724f29158659f3a8f0b99dea79da168bc6e6f diff --git a/yportenv.h b/yportenv.h index bfda36e..c3fa36c 100644 --- a/yportenv.h +++ b/yportenv.h @@ -65,7 +65,7 @@ #define YAFFS_LOSTNFOUND_PREFIX "obj" /* #define YPRINTF(x) printk x */ -#define YMALLOC(x) kmalloc(x,GFP_KERNEL) +#define YMALLOC(x) kmalloc(x,GFP_NOFS) #define YFREE(x) kfree(x) #define YMALLOC_ALT(x) vmalloc(x) #define YFREE_ALT(x) vfree(x)