commit | a9583c7983cbba9726bfe64ee46613d654fc9e26 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Nov 01 20:09:14 2006 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Nov 30 10:34:26 2006 -0500 |
tree | 37a23321b8254499e48f93bc65d946ab47547fa4 | |
parent | 1a7b1eed5802502fd649e04784becd58557fdcf1 [diff] |
[GFS2] Shrink gfs2_inode (7) - di_payload_format This is almost never used. Its there for backward compatibility with GFS1. It doesn't need its own field since it can always be calculated from the inode mode & flags. This saves a bit more space in the gfs2_inode. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>