[GFS2] Shrink gfs2_inode (5) - di_nlink
Remove the di_nlink field in favour of inode->i_nlink and update the nlink handling to use the proper macros. This saves 4 bytes. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
@ -322,7 +322,6 @@ struct gfs2_dinode {
|
||||
};
|
||||
|
||||
struct gfs2_dinode_host {
|
||||
__u32 di_nlink; /* number of links to this file */
|
||||
__u64 di_size; /* number of bytes in file */
|
||||
__u64 di_blocks; /* number of blocks in file */
|
||||
__u64 di_atime; /* time last accessed */
|
||||
|
Reference in New Issue
Block a user