• D
    btrfs: constify static arrays · 4d4ab6d6
    David Sterba 提交于
    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: NDavid Sterba <dsterba@suse.com>
    4d4ab6d6
ioctl.c 135.2 KB