From: Steven Whitehouse Date: Wed, 11 Aug 2010 08:53:11 +0000 (+0100) Subject: GFS2: Remove i_disksize X-Git-Tag: v2.6.37-rc1~220^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2e0f79939e09e74698564b88dee709db208e1e2;p=pandora-kernel.git GFS2: Remove i_disksize With the update of the truncate code, ip->i_disksize and inode->i_size are merely copies of each other. This means we can remove ip->i_disksize and use inode->i_size exclusively reducing the size of a GFS2 inode by 8 bytes. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed