Gitweb: http://git.kernel.org/linus/28ad0c118b0ed98b042d362acfe0017591921138 Commit: 28ad0c118b0ed98b042d362acfe0017591921138 Parent: 9fd5746fd3d7838bf6ff991d50f1257057d1156f Author: Theodore Ts'o <tytso@mit.edu> AuthorDate: Thu May 21 16:01:02 2009 -0400 Committer: Al Viro <viro@zeniv.linux.org.uk> CommitDate: Thu Jun 11 21:36:09 2009 -0400 fs: Rearrange inode structure elements to avoid waste due to padding Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Cc: linux-fsdevel@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> --- include/linux/fs.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/fs.h b/include/linux/fs.h index bcd6370..d883aa1 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -729,8 +729,8 @@ struct inode { struct timespec i_atime; struct timespec i_mtime; struct timespec i_ctime; - unsigned int i_blkbits; blkcnt_t i_blocks; + unsigned int i_blkbits; unsigned short i_bytes; umode_t i_mode; spinlock_t i_lock; /* i_blocks, i_bytes, maybe i_size */ -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
