]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove the unused return value from xfs_log_unmount_write
authorChristoph Hellwig <hch@lst.de>
Thu, 12 Mar 2020 23:52:50 +0000 (16:52 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 13 Mar 2020 17:37:15 +0000 (10:37 -0700)
commit50f0b1743e40669ff8b7565aef44ae0409649cc9
treed408f180ff90705771a47691f1a486c9afcdb425
parentbd45040b819d790fb6d5bf136421b8a7d36ec3ce
xfs: remove the unused return value from xfs_log_unmount_write

Remove the ignored return value from xfs_log_unmount_write, and also
remove a rather pointless assert on the return value from xfs_log_force.

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