Commit 7a1119b1 authored by Adrian Bunk's avatar Adrian Bunk Committed by Adrian Bunk

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

qnx4_new_block() is neither implemented nor used.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAnders Larsen <al@alarsen.net>
parent 4d399cae
...@@ -23,10 +23,12 @@ ...@@ -23,10 +23,12 @@
#include <linux/buffer_head.h> #include <linux/buffer_head.h>
#include <linux/bitops.h> #include <linux/bitops.h>
#if 0
int qnx4_new_block(struct super_block *sb) int qnx4_new_block(struct super_block *sb)
{ {
return 0; return 0;
} }
#endif /* 0 */
static void count_bits(register const char *bmPart, register int size, static void count_bits(register const char *bmPart, register int size,
int *const tf) int *const tf)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment