commit | 6977bcd0e4ee3faa7ffd8f208e4031bdf906ed88 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Sat Mar 01 15:55:36 2008 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Sat Mar 01 15:55:36 2008 +0100 |
tree | d38cc542458e4f5dab17209d78d86b2d63922114 | |
parent | 24ffd2c2bca53f4de85ab6defd52a812be1f2429 [diff] |
Update close file handler to return potential error Filesystems like NFS do return errors on close(), up until now we have been ignoring them. Fix that. Adjust io_ops engine version to 9, since this is an API change. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>