diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-03 13:21:37 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-03 13:21:37 +0100 |
commit | 7a1119b1fc87cc347d3932b8aee051e86b32818f (patch) | |
tree | 29ad1f3a332c44eeb2af2c671094cd680fc30aa7 /fs/qnx4/bitmap.c | |
parent | 4d399cae3f5ec1f59b9e88084aae09c4f00760c9 (diff) | |
download | linux-3.10-7a1119b1fc87cc347d3932b8aee051e86b32818f.tar.gz linux-3.10-7a1119b1fc87cc347d3932b8aee051e86b32818f.tar.bz2 linux-3.10-7a1119b1fc87cc347d3932b8aee051e86b32818f.zip |
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 99125392765..46efbf52cbe 100644 --- a/fs/qnx4/bitmap.c +++ b/fs/qnx4/bitmap.c @@ -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) |