X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yportenv_single.h;h=6cea9febc435d0f3d32fecba1296a272e197a32d;hp=4710c2b9ca24a337501a4438454f6b7739113012;hb=371b2eaad7d9c4947ec1e5c5f0576b7e118df617;hpb=79d0e028d5b777b2e4cf55d96b737cb024988abe diff --git a/yportenv_single.h b/yportenv_single.h index 4710c2b..6cea9fe 100644 --- a/yportenv_single.h +++ b/yportenv_single.h @@ -35,8 +35,6 @@ #define YUCHAR unsigned char #define _Y(x) x -#define Y_INLINE __inline__ - #define YAFFS_LOSTNFOUND_NAME "lost+found" #define YAFFS_LOSTNFOUND_PREFIX "obj" @@ -53,12 +51,12 @@ #ifndef Y_DUMP_STACK #define Y_DUMP_STACK() dump_stack() - #endif + #define yaffs_trace(msk, fmt, ...) do { \ - if(yaffs_trace_mask & ((msk) | YAFFS_TRACE_ALWAYS)) \ + if (yaffs_trace_mask & (msk)) \ printk(KERN_DEBUG "yaffs: " fmt "\n", ##__VA_ARGS__); \ -} while(0) +} while (0) #ifndef YBUG #define YBUG() do {\ @@ -69,5 +67,4 @@ } while (0) #endif - #endif