X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flclient.h;h=8f6aef3f9c660e08d698ad0082de3e0fc04af728;hp=8c2ec3c01fac4c200132729c9fea54818f886573;hb=a1a1add56b5557cb23971bcfcdc2482dcb9764ef;hpb=6fe18330660980fc4ec4fd4e960f5415e571a54e;ds=sidebyside diff --git a/lustre/include/lclient.h b/lustre/include/lclient.h index 8c2ec3c..8f6aef3 100644 --- a/lustre/include/lclient.h +++ b/lustre/include/lclient.h @@ -123,7 +123,6 @@ extern struct lu_context_key ccc_session_key; struct ccc_thread_info { struct cl_lock_descr cti_descr; struct cl_io cti_io; - struct cl_sync_io cti_sync_io; struct cl_attr cti_attr; }; @@ -209,7 +208,6 @@ struct ccc_page { struct list_head cpg_pending_linkage; /** VM page */ cfs_page_t *cpg_page; - struct cl_sync_io *cpg_sync_io; /** * checksum for paranoid I/O debugging enabled by * ENABLE_LLITE_CHECKSUM configuration option.