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:
David Teigland
2012-11-14 13:47:37 -05:00
committed by Steven Whitehouse
parent dba2d70c5d
commit 4e2f8849de
5 changed files with 12 additions and 15 deletions

View File

@@ -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;