From: Adrian Bunk Date: Tue, 3 Jan 2006 12:21:37 +0000 (+0100) Subject: fs/qnx4/bitmap.c: #if 0 qnx4_new_block() X-Git-Tag: v2.6.16-rc1~474^2~22^2~5^2~7 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=7a1119b1fc87cc347d3932b8aee051e86b32818f;p=linux-2.6-omap-h63xx.git fs/qnx4/bitmap.c: #if 0 qnx4_new_block() qnx4_new_block() is neither implemented nor used. Signed-off-by: Adrian Bunk Signed-off-by: Anders Larsen --- diff --git a/fs/qnx4/bitmap.c b/fs/qnx4/bitmap.c index 99125392765..46efbf52cbe 100644 --- a/fs/qnx4/bitmap.c +++ b/fs/qnx4/bitmap.c @@ -23,10 +23,12 @@ #include #include +#if 0 int qnx4_new_block(struct super_block *sb) { return 0; } +#endif /* 0 */ static void count_bits(register const char *bmPart, register int size, int *const tf)