From: Josef Bacik Date: Thu, 14 Jul 2011 18:28:08 +0000 (-0400) Subject: Btrfs: move stuff around in btrfs_inode to get better packing X-Git-Tag: accepted/tizen/common/20141203.182822~5657^2~78^2~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1bdcc0a8278aa42cb77331275890aac85a4e7cd;p=platform%2Fkernel%2Flinux-arm64.git Btrfs: move stuff around in btrfs_inode to get better packing Moving things around to give us better packing in the btrfs_inode. This reduces the size of our inode by 8 bytes. Thanks, Signed-off-by: Josef Bacik --- diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h index d9f99a1..bf325f4 100644 --- a/fs/btrfs/btrfs_inode.h +++ b/fs/btrfs/btrfs_inode.h @@ -115,9 +115,6 @@ struct btrfs_inode { */ u64 disk_i_size; - /* flags field from the on disk inode */ - u32 flags; - /* * if this is a directory then index_cnt is the counter for the index * number for new files that are created @@ -131,6 +128,9 @@ struct btrfs_inode { */ u64 last_unlink_trans; + /* flags field from the on disk inode */ + u32 flags; + /* * Counters to keep track of the number of extent item's we may use due * to delalloc and such. outstanding_extents is the number of extent