btrfs: constify structs with op functions or static definitions
authorDavid Sterba <dsterba@suse.cz>
Fri, 2 Jan 2015 17:23:10 +0000 (18:23 +0100)
committerDavid Sterba <dsterba@suse.cz>
Mon, 16 Feb 2015 17:48:44 +0000 (18:48 +0100)
There are some op tables that can be easily made const, similarly the
sysfs feature and raid tables. This is motivated by PaX CONSTIFY plugin.

Signed-off-by: David Sterba <dsterba@suse.cz>

No differences found