GFS2: remove redundant lvb pointer
The lksb struct already contains a pointer to the lvb, so another directly from the glock struct is not needed. Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:

committed by
Steven Whitehouse

parent
dba2d70c5d
commit
4e2f8849de
@@ -322,7 +322,6 @@ struct gfs2_glock {
|
||||
ktime_t gl_dstamp;
|
||||
struct gfs2_lkstats gl_stats;
|
||||
struct dlm_lksb gl_lksb;
|
||||
char *gl_lvb;
|
||||
unsigned long gl_tchange;
|
||||
void *gl_object;
|
||||
|
||||
|
Reference in New Issue
Block a user