mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
4d399cae3f
commit
7a1119b1fc
|
@ -23,10 +23,12 @@
|
||||||
#include <linux/buffer_head.h>
|
#include <linux/buffer_head.h>
|
||||||
#include <linux/bitops.h>
|
#include <linux/bitops.h>
|
||||||
|
|
||||||
|
#if 0
|
||||||
int qnx4_new_block(struct super_block *sb)
|
int qnx4_new_block(struct super_block *sb)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif /* 0 */
|
||||||
|
|
||||||
static void count_bits(register const char *bmPart, register int size,
|
static void count_bits(register const char *bmPart, register int size,
|
||||||
int *const tf)
|
int *const tf)
|
||||||
|
|
Loading…
Reference in New Issue