Skip to content

Commit

Permalink
fs/qnx4/bitmap.c: #if 0 qnx4_new_block()
Browse files Browse the repository at this point in the history
qnx4_new_block() is neither implemented nor used.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Anders Larsen <[email protected]>
  • Loading branch information
AdrianBunk authored and Adrian Bunk committed Jan 3, 2006
1 parent 4d399ca commit 7a1119b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/qnx4/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7a1119b

Please sign in to comment.