projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d399ca
)
fs/qnx4/bitmap.c: #if 0 qnx4_new_block()
author
Adrian Bunk
<bunk@stusta.de>
Tue, 3 Jan 2006 12:21:37 +0000
(13:21 +0100)
committer
Adrian Bunk
<bunk@r063144.stusta.swh.mhn.de>
Tue, 3 Jan 2006 12:21:37 +0000
(13:21 +0100)
qnx4_new_block() is neither implemented nor used.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Anders Larsen <al@alarsen.net>
fs/qnx4/bitmap.c
patch
|
blob
|
history
diff --git
a/fs/qnx4/bitmap.c
b/fs/qnx4/bitmap.c
index 991253927658bf2a2673c70c8ec99789f709f59f..46efbf52cbeca2c1962c1222bde634393193206c 100644
(file)
--- 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)