Skip to content
Commit 4d4ab6d6 authored by David Sterba's avatar David Sterba
Browse files

btrfs: constify static arrays



There are a few statically initialized arrays that can be made const.
The remaining (like file_system_type, sysfs attributes or prop handlers)
do not allow that due to type mismatch when passed to the APIs or
because the structures are modified through other members.

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 20e5506b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment