GFS2: Use UUID field in generic superblock
The VFS superblock structure now has a UUID field, so we can use that in preference to the UUID field in the GFS2 superblock now. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
@ -488,7 +488,6 @@ struct gfs2_sb_host {
|
||||
|
||||
char sb_lockproto[GFS2_LOCKNAME_LEN];
|
||||
char sb_locktable[GFS2_LOCKNAME_LEN];
|
||||
u8 sb_uuid[16];
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user