summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
authorBob Peterson2017-06-20 16:52:57 +0200
committerBob Peterson2017-06-20 16:52:57 +0200
commit722f6f62a563108dc0f311bd86120b8fbfa0c6df (patch)
treecde87fe6eed94fa3ccfe866577aa76a07899bf05 /fs/gfs2/incore.h
parentGFS2: Remove gl_list from glock structure (diff)
downloadkernel-qcow2-linux-722f6f62a563108dc0f311bd86120b8fbfa0c6df.tar.gz
kernel-qcow2-linux-722f6f62a563108dc0f311bd86120b8fbfa0c6df.tar.xz
kernel-qcow2-linux-722f6f62a563108dc0f311bd86120b8fbfa0c6df.zip
GFS2: Eliminate vestigial sd_log_flush_wrapped
Superblock variable sd_log_flush_wrapped is set, but never referenced, 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 097adb1b3188..638c0203f242 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -820,7 +820,6 @@ struct gfs2_sbd {
wait_queue_head_t sd_reserving_log_wait;
unsigned int sd_log_flush_head;
- u64 sd_log_flush_wrapped;
spinlock_t sd_ail_lock;
struct list_head sd_ail1_list;