Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53043948 authored by Jan Beulich's avatar Jan Beulich Committed by Konrad Rzeszutek Wilk
Browse files

xen-blkback: constify instance of "struct attribute_group"



The functions these get passed to have been taking pointers to const
since at least 2.6.16.

Acked-by: default avatarJens Axboe <axboe@kernel.dk>
Acked-by: default avatarRoger Pau Monné <roger.pau@citrix.com>
Signed-off-by: default avatarJan Beulich <jbeulich@suse.com>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent ff595325
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -379,7 +379,7 @@ static struct attribute *xen_vbdstat_attrs[] = {
	NULL
};

static struct attribute_group xen_vbdstat_group = {
static const struct attribute_group xen_vbdstat_group = {
	.name = "statistics",
	.attrs = xen_vbdstat_attrs,
};