From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: [PATCH 4/5] fs: Rearrange inode structure elements to avoid waste due to padding Date: Thu, 21 May 2009 16:01:02 -0400 Message-ID: <1242936063-31689-5-git-send-email-tytso@mit.edu> References: <1242936063-31689-1-git-send-email-tytso@mit.edu> <1242936063-31689-2-git-send-email-tytso@mit.edu> <1242936063-31689-3-git-send-email-tytso@mit.edu> <1242936063-31689-4-git-send-email-tytso@mit.edu> Cc: linux-fsdevel@vger.kernel.org, Theodore Ts'o To: linux-kernel@vger.kernel.org Return-path: Received: from thunk.org ([69.25.196.29]:39203 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754887AbZEUUBI (ORCPT ); Thu, 21 May 2009 16:01:08 -0400 In-Reply-To: <1242936063-31689-4-git-send-email-tytso@mit.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Signed-off-by: "Theodore Ts'o" Cc: linux-fsdevel@vger.kernel.org --- 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 7c73c59..88bd16a 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 */ -- 1.6.3.1.1.g75fc.dirty