commit | 4d4ab6d6bc05ba65169de9a5391e6ccbe09d8719 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Thu Nov 19 11:42:31 2015 +0100 |
committer | David Sterba <dsterba@suse.com> | Thu Jan 07 15:01:15 2016 +0100 |
tree | b4402e0388ee13df3bbd6d7f78108436e0dbea6b | |
parent | 20e5506baf3fd651e245bc970d8c11a734ee1b8a [diff] |
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: David Sterba <dsterba@suse.com>