Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)