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>
This commit is contained in:

committed by
Darrick J. Wong

parent
72945d86dd
commit
76ce9823ac
@@ -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 */
|
||||
|
Reference in New Issue
Block a user