btrfs: reorder btrfs_inode to fill gaps
authorDavid Sterba <dsterba@suse.com>
Wed, 27 Sep 2023 19:04:32 +0000 (21:04 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2023 14:44:16 +0000 (16:44 +0200)
commit398fb9131f31bd25aa187613c9942f4232e952b7
tree074cd14ab76062028a64a8afb9ef706623c92c3c
parent54c65371464e6e676494473dd258d7c337146a35
btrfs: reorder btrfs_inode to fill gaps

Previous commit created a hole in struct btrfs_inode, we can move
outstanding_extents there. This reduces size by 8 bytes from 1120 to
1112 on a release config.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/btrfs_inode.h