GFS2: Remove i_disksize
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 11 Aug 2010 08:53:11 +0000 (09:53 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 20 Sep 2010 10:18:29 +0000 (11:18 +0100)
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 <swhiteho@redhat.com>

No differences found