aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-06-03 09:37:56 +0200
committerJens Axboe <axboe@fb.com>2017-06-09 09:27:32 -0600
commitf729b66fca43d850d564b264c2033980c00a14b0 (patch)
tree1fa7e4fe932d7041d5cd4ef07e0d13855b6402c4 /fs/gfs2/incore.h
parentscsi/osd: don't save block errors into req_results (diff)
downloadlinux-dev-f729b66fca43d850d564b264c2033980c00a14b0.tar.xz
linux-dev-f729b66fca43d850d564b264c2033980c00a14b0.zip
gfs2: remove the unused sd_log_error field
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bart Van Assche <Bart.VanAssche@sandisk.com> Signed-off-by: Jens Axboe <axboe@fb.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..aa3d44527fa2 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -815,7 +815,6 @@ struct gfs2_sbd {
atomic_t sd_log_in_flight;
struct bio *sd_log_bio;
wait_queue_head_t sd_log_flush_wait;
- int sd_log_error;
atomic_t sd_reserving_log;
wait_queue_head_t sd_reserving_log_wait;