summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_priv.h
diff options
context:
space:
mode:
authorChristoph Hellwig2019-06-29 04:27:19 +0200
committerDarrick J. Wong2019-06-29 04:27:19 +0200
commit76ce9823acf32ce446d1244a6cc01d4796492e31 (patch)
treef8763052dd8f8f3a106b5b9e3dc953cd5fa930ac /fs/xfs/xfs_log_priv.h
parentxfs: make mem_to_page available outside of xfs_buf.c (diff)
downloadkernel-qcow2-linux-76ce9823acf32ce446d1244a6cc01d4796492e31.tar.gz
kernel-qcow2-linux-76ce9823acf32ce446d1244a6cc01d4796492e31.tar.xz
kernel-qcow2-linux-76ce9823acf32ce446d1244a6cc01d4796492e31.zip
xfs: remove the l_iclog_size_log field from struct xlog
This field is never used, so we can simply kill it. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/xfs_log_priv.h')
-rw-r--r--fs/xfs/xfs_log_priv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log_priv.h b/fs/xfs/xfs_log_priv.h
index b5f82cb36202..78a2abeba895 100644
--- a/fs/xfs/xfs_log_priv.h
+++ b/fs/xfs/xfs_log_priv.h
@@ -361,7 +361,6 @@ struct xlog {
int l_iclog_heads; /* # of iclog header sectors */
uint l_sectBBsize; /* sector size in BBs (2^n) */
int l_iclog_size; /* size of log in bytes */
- int l_iclog_size_log; /* log power size of log */
int l_iclog_bufs; /* number of iclog buffers */
xfs_daddr_t l_logBBstart; /* start block of log */
int l_logsize; /* size of log in bytes */