diff options
author | Anders Larsen <al@alarsen.net> | 2009-12-16 03:48:23 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-16 18:20:17 +0300 |
commit | ca120b20c32ffabf0e1d4319f65360e920fb4fe2 (patch) | |
tree | 914b684ebca4ebce29624c905ab84a307346818a /fs/qnx4/bitmap.c | |
parent | f65380c07b64b0e45ad5c7d70ca54a9cde1c00db (diff) | |
download | linux-ca120b20c32ffabf0e1d4319f65360e920fb4fe2.tar.xz |
qnx4fs: remove remains of the (defunct) write support
commit 945ffe54bbd56ceed62de3b908800fd7c6ffb284 ("qnx4: remove write support") removed the (defunct)
write support but missed a chunk of related, dead code.
Signed-off-by: Anders Larsen <al@alarsen.net>
Cc: Jiri Kosina <jkosina@suse.cz>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/qnx4/bitmap.c')
-rw-r--r-- | fs/qnx4/bitmap.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/qnx4/bitmap.c b/fs/qnx4/bitmap.c index 32f5d131a644..a17440bce018 100644 --- a/fs/qnx4/bitmap.c +++ b/fs/qnx4/bitmap.c @@ -17,13 +17,6 @@ #include <linux/bitops.h> #include "qnx4.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) { |