X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yportenv.h;h=ae2c5b6ecfe133b92554fecd0c204f0bf40dafad;hp=bfda36e8aaa3b047ad8be01156de4b8e1b8b8438;hb=7211ad39b355b558a4f8a97bc4821ee859888bd6;hpb=fc8acddcc3540df0d9c03c3a955d5ccd5877635d diff --git a/yportenv.h b/yportenv.h index bfda36e..ae2c5b6 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) @@ -90,6 +90,7 @@ #define TENDSTR "\n" #define TSTR(x) KERN_WARNING x +#define TCONT(x) x #define TOUT(p) printk p #define yaffs_trace(mask, fmt, args...) \