From 00239f33ed044d1e1de7ce9ef73b10e48853d9e6 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Wed, 29 Jun 2011 22:31:03 +0200 Subject: [PATCH] blockdev: set options read only Signed-off-by: Sami Kerola --- disk-utils/blockdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk-utils/blockdev.c b/disk-utils/blockdev.c index 27b1a0a26e..e082f0080f 100644 --- a/disk-utils/blockdev.c +++ b/disk-utils/blockdev.c @@ -52,7 +52,7 @@ enum { #define IOCTL_ENTRY( io ) .ioc = io, .iocname = # io -struct bdc bdcms[] = +static const struct bdc bdcms[] = { { IOCTL_ENTRY(BLKROSET), -- 2.47.2