diff options
author | Bob Peterson <rpeterso@redhat.com> | 2018-11-16 14:18:32 -0600 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2018-12-11 21:43:58 +0100 |
commit | cbbe76c8bb27c0bea4bfa6cac56b5d4073b90687 (patch) | |
tree | e641346d23405681f95fac0eda8679bd3d549042 /fs/gfs2/incore.h | |
parent | 2a5f14f279f59143139bcd1606903f2f80a34241 (diff) | |
download | linux-cbbe76c8bb27c0bea4bfa6cac56b5d4073b90687.tar.bz2 |
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.h | 1 |
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; |