[PATCH] drivers/block/nbd.c compile fix

From: Ingo van Lil
Date: Fri Jun 30 2006 - 08:16:24 EST


Hello everybody,

the Network Block Device driver doesn't compile if NDEBUG is defined.

Cheers,
Ingo

Signed-off-by: Ingo van Lil <inguin@xxxxxx>
---

--- linux-2.6.16/drivers/block/nbd.c.orig 2006-06-30 12:34:13.000000000 +0200
+++ linux-2.6.16/drivers/block/nbd.c 2006-06-30 12:34:28.000000000 +0200
@@ -82,9 +82,9 @@
#define DBG_RX 0x0200
#define DBG_TX 0x0400
static unsigned int debugflags;
-static unsigned int nbds_max = 16;
#endif /* NDEBUG */

+static unsigned int nbds_max = 16;
static struct nbd_device nbd_dev[MAX_NBD];

/*

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/