• David Sterba's avatar
    btrfs: constify static arrays · 4d4ab6d6
    David Sterba authored
    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>
    4d4ab6d6
super.c 60.2 KB