commit | a2e0f79939e09e74698564b88dee709db208e1e2 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Aug 11 09:53:11 2010 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Sep 20 11:18:29 2010 +0100 |
tree | 0018e445e3d47c4558901153733899ef672f789e | |
parent | ff8f33c8b30d7b7efdcf2548c7f6e64db6a89b29 [diff] |
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 <swhiteho@redhat.com>