]> asedeno.scripts.mit.edu Git - linux.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)
commitcd95cb962b7d3e6591193fb554ff722d1dc35eba
treec7928830cf75ff9a53d6e4e7dd7deb6c25c42735
parentdc8e69bd721840bc22ffe5aa8598fd92b44f0334
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