Whamcloud - gitweb
LU-13900 clio: don't call aio_complete() in lustre upon errors
[fs/lustre-release.git] / lustre / include / cl_object.h
index bbc9f72..6c9a212 100644 (file)
@@ -2556,6 +2556,7 @@ struct cl_dio_aio {
        struct cl_page_list     cda_pages;
        struct kiocb            *cda_iocb;
        ssize_t                 cda_bytes;
+       unsigned                cda_no_aio_complete:1;
 };
 
 /** @} cl_sync_io */