]> 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)
commita842451415f54a9678fa4d55473b08e86b70587e
tree7e15fd830a3ed92528eeb71f0ee9d01288485c81
parent84aee41f4a0f9e0427775f1a70eae3593ab3b80d
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