GFS2: Remove unused field from glock
The time stamp field is unused in the glock now that we are using a shrinker, so that we can remove it and save sizeof(unsigned long) bytes in each glock. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
committed by
Steven Whitehouse
parent
f057f6cdf6
commit
ac2425e7d3
@ -211,7 +211,6 @@ struct gfs2_glock {
|
||||
char gl_strname[GDLM_STRNAME_BYTES];
|
||||
struct dlm_lksb gl_lksb;
|
||||
char gl_lvb[32];
|
||||
unsigned long gl_stamp;
|
||||
unsigned long gl_tchange;
|
||||
void *gl_object;
|
||||
|
||||
|
Reference in New Issue
Block a user