commit | bbfa160ec5112418b32871dc350a5cbab97c8ead | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Mar 13 13:53:12 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Apr 06 11:40:51 2020 -0700 |
tree | 77f2b970f0ca910588ccc9844b34e471eb125e26 | |
parent | 767d470d7a4eb4b2621a87f68fe16bc5d3724d45 [diff] |
libxfs: check return value of device flush when closing device Although the libxfs_umount function flushes all devices when unmounting the incore filesystem, the libxfs io code will flush the device again when the application close them. Check and report any errors that might happen, though this is unlikely. Coverity-id: 1460464 Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>