OSDN Git Service

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)
commit2c68a1dfbd8e3ec3ffa274d63312a7bb43b32f47
tree7e15fd830a3ed92528eeb71f0ee9d01288485c81
parentcd95cb962b7d3e6591193fb554ff722d1dc35eba
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