Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28ad0c11 authored by Theodore Ts'o's avatar Theodore Ts'o Committed by Al Viro
Browse files

fs: Rearrange inode structure elements to avoid waste due to padding



Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
Cc: linux-fsdevel@vger.kernel.org
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 9fd5746f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -729,8 +729,8 @@ struct inode {
	struct timespec		i_atime;
	struct timespec		i_atime;
	struct timespec		i_mtime;
	struct timespec		i_mtime;
	struct timespec		i_ctime;
	struct timespec		i_ctime;
	unsigned int		i_blkbits;
	blkcnt_t		i_blocks;
	blkcnt_t		i_blocks;
	unsigned int		i_blkbits;
	unsigned short          i_bytes;
	unsigned short          i_bytes;
	umode_t			i_mode;
	umode_t			i_mode;
	spinlock_t		i_lock;	/* i_blocks, i_bytes, maybe i_size */
	spinlock_t		i_lock;	/* i_blocks, i_bytes, maybe i_size */