]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen-blkback: constify instance of "struct attribute_group"
authorJan Beulich <JBeulich@suse.com>
Thu, 7 Jul 2016 07:38:58 +0000 (01:38 -0600)
committerBob Liu <bob.liu@oracle.com>
Thu, 20 Oct 2016 08:01:13 +0000 (04:01 -0400)
commit360c5b81e1e833015c1b93b976ccbedf6d92130e
treeff2c24f2152a19b169c923d42ddcf1eff3da66f6
parent7dae3a9e2a6e5ac47c62c579746285b4b5c0b14c
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: Jens Axboe <axboe@kernel.dk>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
(cherry picked from commit 530439484d2d9f2a7f1038b1afd3d3543ecc63f6)
Signed-off-by: Bob Liu <bob.liu@oracle.com>
Orabug: 24820937
drivers/block/xen-blkback/xenbus.c