Skip to content

Commit 7a1119b

Browse files
AdrianBunkAdrian Bunk
authored and
Adrian Bunk
committed
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>
1 parent 4d399ca commit 7a1119b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fs/qnx4/bitmap.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@
2323
#include <linux/buffer_head.h>
2424
#include <linux/bitops.h>
2525

26+
#if 0
2627
int qnx4_new_block(struct super_block *sb)
2728
{
2829
return 0;
2930
}
31+
#endif /* 0 */
3032

3133
static void count_bits(register const char *bmPart, register int size,
3234
int *const tf)

0 commit comments

Comments
 (0)