]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: pass the correct flag to xlog_write_iclog
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)
commita010fea98e0c54d945b8a7b0f36de9f6bddc327e
treec7928830cf75ff9a53d6e4e7dd7deb6c25c42735
parent332278d7199773fdd1a7e1bda7eed8b456fc1962
xfs: pass the correct flag to xlog_write_iclog

xlog_write_iclog expects a bool for the second argument.  While any
non-0 value happens to work fine this makes all calls consistent.

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