aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
authorGravatar Bob Peterson <rpeterso@redhat.com> 2017-06-05 13:14:16 -0500
committerGravatar Bob Peterson <rpeterso@redhat.com> 2017-06-12 14:39:12 -0500
commitdf68f20f56084cffd15add2d7652bcdfb38cd875 (patch)
treeb48fc5300e68d835305636f771431bf8826a7cda /fs/gfs2/incore.h
parentGFS2: Withdraw when directory entry inconsistencies are detected (diff)
downloadlinux-df68f20f56084cffd15add2d7652bcdfb38cd875.tar.gz
linux-df68f20f56084cffd15add2d7652bcdfb38cd875.tar.bz2
linux-df68f20f56084cffd15add2d7652bcdfb38cd875.zip
GFS2: Remove gl_list from glock structure
The gl_list is no longer used nor needed in the glock structure, so this patch eliminates it. Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r--fs/gfs2/incore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h
index b7cf65d13561..097adb1b3188 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -336,7 +336,6 @@ enum {
};
struct gfs2_glock {
- struct hlist_bl_node gl_list;
unsigned long gl_flags; /* GLF_... */
struct lm_lockname gl_name;