aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
authorBob Peterson <rpeterso@redhat.com>2018-11-16 14:18:32 -0600
committerAndreas Gruenbacher <agruenba@redhat.com>2018-12-11 21:43:58 +0100
commitcbbe76c8bb27c0bea4bfa6cac56b5d4073b90687 (patch)
treee641346d23405681f95fac0eda8679bd3d549042 /fs/gfs2/incore.h
parentgfs2: read journal in large chunks to locate the head (diff)
downloadlinux-dev-cbbe76c8bb27c0bea4bfa6cac56b5d4073b90687.tar.xz
linux-dev-cbbe76c8bb27c0bea4bfa6cac56b5d4073b90687.zip
gfs2: Remove vestigial bd_ops
Field bd_ops was set but never used, so I removed it, and all code supporting it. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Acked-by: Steven Whitehouse <swhiteho@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@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 888b62cfd6d1..663759abe60d 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -165,7 +165,6 @@ struct gfs2_bufdata {
u64 bd_blkno;
struct list_head bd_list;
- const struct gfs2_log_operations *bd_ops;
struct gfs2_trans *bd_tr;
struct list_head bd_ail_st_list;