On Thu, Mar 12, 2020 at 04:49:17PM -0700, Darrick J. Wong wrote: > On Thu, Mar 12, 2020 at 03:39:57PM +0100, Christoph Hellwig wrote: > > 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@xxxxxx> > > Reviewed-by: Brian Foster <bfoster@xxxxxxxxxx> > > AFAICT the lack of error returning is acceptable because the vfs doesn't > care what failures we encounter while unmounting and xfs will log all of > its complaints as it crashes out of the kernel? Well, the only "errors" we get here are for the fact that the log has been shut down. Which aren't very helpful errors when you try to unmount a file system..