| commit | 2d86293c70750e4331e9616aded33ab6b47c299d | [log] [tgz] |
|---|---|---|
| author | Darrick J. Wong <djwong@kernel.org> | Sun Jan 30 08:53:17 2022 -0800 |
| committer | Darrick J. Wong <djwong@kernel.org> | Sun Jan 30 08:59:47 2022 -0800 |
| tree | f43112758f791729b3b08065102cd43b5f333fca | |
| parent | dd5532a4994bfda0386eb2286ec00758cee08444 [diff] |
xfs: return errors in xfs_fs_sync_fs Now that the VFS will do something with the return values from ->sync_fs, make ours pass on error codes. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Jan Kara <jack@suse.cz> Reviewed-by: Christoph Hellwig <hch@lst.de> Acked-by: Christian Brauner <brauner@kernel.org>