commit | e7f14f4d094ea1a9ce1953375f5bc1500c760c79 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Tue Oct 31 21:45:08 2006 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Nov 30 10:34:11 2006 -0500 |
tree | da539b26dedd351ecb591e7ccb571b94a679452e | |
parent | af339c0241d0dd3b35f9097b4f4999bb22ffe502 [diff] |
[GFS2] Shrink gfs2_inode (2) - di_major/di_minor This removes the device numbers from this structure by using inode->i_rdev instead. It also cleans up the code in gfs2_mknod. It results in shrinking the gfs2_inode by 8 bytes. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>