diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-03 07:21:37 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-03 07:21:37 -0500 |
commit | 7a1119b1fc87cc347d3932b8aee051e86b32818f (patch) | |
tree | 29ad1f3a332c44eeb2af2c671094cd680fc30aa7 /fs/qnx4/bitmap.c | |
parent | 4d399cae3f5ec1f59b9e88084aae09c4f00760c9 (diff) |
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>
Diffstat (limited to 'fs/qnx4/bitmap.c')
-rw-r--r-- | fs/qnx4/bitmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/qnx4/bitmap.c b/fs/qnx4/bitmap.c index 991253927658..46efbf52cbec 100644 --- a/fs/qnx4/bitmap.c +++ b/fs/qnx4/bitmap.c | |||
@@ -23,10 +23,12 @@ | |||
23 | #include <linux/buffer_head.h> | 23 | #include <linux/buffer_head.h> |
24 | #include <linux/bitops.h> | 24 | #include <linux/bitops.h> |
25 | 25 | ||
26 | #if 0 | ||
26 | int qnx4_new_block(struct super_block *sb) | 27 | int qnx4_new_block(struct super_block *sb) |
27 | { | 28 | { |
28 | return 0; | 29 | return 0; |
29 | } | 30 | } |
31 | #endif /* 0 */ | ||
30 | 32 | ||
31 | static void count_bits(register const char *bmPart, register int size, | 33 | static void count_bits(register const char *bmPart, register int size, |
32 | int *const tf) | 34 | int *const tf) |