aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
diff options
context:
space:
mode:
authorDavid Sterba <[email protected]>2022-06-23 17:15:37 +0200
committerDavid Sterba <[email protected]>2022-07-25 17:45:40 +0200
commit8bfc9b2cf468c37870b980a16c345c9ba3a2010a (patch)
tree99014c525899b7f30bf86a691ffe6fa370cbf93b /fs/btrfs/file.c
parent710d5921d1431fa7d6fef8b47bb391256560bfd0 (diff)
btrfs: use enum for btrfs_block_rsv::type
The number of block group reserve types BTRFS_BLOCK_RSV_* is small and fits to u8 and there's enough left in case we want to add more. For type safety use the enum but make it 8 bits in the structure to save space. The structure size is now 48 on release build, making a slight improvement in structures where it's embedded, like btrfs_fs_info or btrfs_inode. Reviewed-by: Anand Jain <[email protected]> Reviewed-by: Johannes Thumshirn <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/file.c')
0 files changed, 0 insertions, 0 deletions