]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove the unused ic_io_size field from xlog_in_core
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Oct 2019 17:36:40 +0000 (10:36 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 21 Oct 2019 16:04:58 +0000 (09:04 -0700)
commitb09d08c002e822b6d15a759ffbc457b69f95643c
tree7e15fd830a3ed92528eeb71f0ee9d01288485c81
parenta010fea98e0c54d945b8a7b0f36de9f6bddc327e
xfs: remove the unused ic_io_size field from xlog_in_core

ic_io_size is only used inside xlog_write_iclog, where we can just use
the count parameter intead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/xfs_log.c
fs/xfs/xfs_log_priv.h