Randy Dunlap points out that sparse warns about the test of an undefined preprocessor identifier. Signed-off-by: Andrew Morton --- 25-akpm/fs/aio.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/aio.c~aio-sparse-warning-fix fs/aio.c --- 25/fs/aio.c~aio-sparse-warning-fix Tue Jun 8 15:23:07 2004 +++ 25-akpm/fs/aio.c Tue Jun 8 15:23:13 2004 @@ -15,7 +15,7 @@ #include #include -//#define DEBUG 1 +#define DEBUG 0 #include #include _