OSDN Git Service

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)
commit550319e9df3ab7b7862963c48c1e9cc535f2b33d
treed408f180ff90705771a47691f1a486c9afcdb425
parentcb3d425fa59ae92e2b4523281e1b313e4609f8ef
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