]> asedeno.scripts.mit.edu Git - linux.git/commit
dlm: make config_item_type const
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 16 Oct 2017 15:18:53 +0000 (17:18 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 19 Oct 2017 14:15:22 +0000 (16:15 +0200)
commit761594b741768a425d56dd3eb3f5a04276c7bb73
tree28db4bb2d11bbf785c912ed24c521db2183f251d
parent0d4a4406c4aabb4d2c9ac6a48f3c77afe36e36ed
dlm: make config_item_type const

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

Done using Coccinelle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/dlm/config.c