[PATCH] drivers/block/nbd.c compile fix
- From: Ingo van Lil <inguin@xxxxxx>
- Date: Fri, 30 Jun 2006 14:16:51 +0200
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/
- Prev by Date: Re: [PATCH 15/16] 2.6.17-rc6 perfmon2 patch for review: new x86_64 files
- Next by Date: Re: strict isolation of net interfaces
- Previous by thread: [2.6 patch] mm/mmzone.c: EXPORT_UNUSED_SYMBOL
- Next by thread: [PATCH 1/2] VFS: Destroy the dentries contributed by a superblock on unmounting
- Index(es):
Relevant Pages
|
|