“15fc9ccb40b91a21f893abb1325089fe1aac4f2f”上不存在“source/libs/tdb/src/inc/tdbDiskMgr.h”
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: NDavid Sterba <dsterba@suse.com>
Showing
想要评论请 注册 或 登录