commit | ce276b06e8b81845926387e93f77bf81e14b5cc2 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Feb 06 09:25:45 2008 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Mar 31 10:40:37 2008 +0100 |
tree | ed28cd74af058761ccaa30829babc872762cf0a7 | |
parent | 9feb7c889f2a3b088a7f6583e609bd39997c0f47 [diff] |
[GFS2] Reduce inode size by merging fields 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>