nullb: make config_item_type const
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 16 Oct 2017 15:18:49 +0000 (17:18 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 19 Oct 2017 14:15:19 +0000 (16:15 +0200)
commite1919dff152a6c3164396145407f5a309eb74135
tree0a9d9f72e06ba59e3ee685ad00deffb602f03583
parent4843afe4e6a5c1ddb3824b14678aa112e24f1e43
nullb: make config_item_type const

Make these structures const as they are either passed to the functions
having the argument as const or stored as a reference in the "ci_type"
const field of a config_item structure.

Done using Coccienlle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/block/null_blk.c