[GFS2] Reduce inode size by merging fields
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 6 Feb 2008 09:25:45 +0000 (09:25 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 31 Mar 2008 09:40:37 +0000 (10:40 +0100)
There were three fields being used to keep track of the location
of the most recently allocated block for each inode. These have
been merged into a single field in order to better keep the
data and metadata for an inode close on disk, and also to reduce
the space required for storage.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found