dect
/
linux-2.6
Archived
13
0
Fork 0

fs/qnx4/bitmap.c: #if 0 qnx4_new_block()

qnx4_new_block() is neither implemented nor used.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Anders Larsen <al@alarsen.net>
This commit is contained in:
Adrian Bunk 2006-01-03 13:21:37 +01:00 committed by Adrian Bunk
parent 4d399cae3f
commit 7a1119b1fc
1 changed files with 2 additions and 0 deletions

View File

@ -23,10 +23,12 @@
#include <linux/buffer_head.h>
#include <linux/bitops.h>
#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)