diff options
| author | David Sterba <dsterba@suse.com> | 2026-01-06 13:30:28 +0100 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2026-02-03 07:51:42 +0100 |
| commit | e582f22030a7a59d4d0bb2881371df259d4a2ecd (patch) | |
| tree | e59bf4e94cd93307ae484ca88f1c5b5f8c45bc3d /include/linux/i2c/git@git.tavy.me:linux.git | |
| parent | 59615e2c1f63dfd65f74c166e803873d3362e51a (diff) | |
btrfs: split btrfs_fs_closing() and change return type to bool
There are two tests in btrfs_fs_closing() but checking the
BTRFS_FS_CLOSING_DONE bit is done only in one place
load_extent_tree_free(). As this is an inline we can reduce size of the
generated code. The types can be also changed to bool as this becomes a
simple condition.
text data bss dec hex filename
1674006 146704 15560 1836270 1c04ee pre/btrfs.ko
1673772 146704 15560 1836036 1c0404 post/btrfs.ko
DELTA: -234
Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include/linux/i2c/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
