From: eeb Date: Tue, 10 Nov 2009 21:55:34 +0000 (+0000) Subject: * Removed unused struct member ccc_page::cpg_checksum X-Git-Tag: GIT_EPOCH_B_HD_KDMU~99 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=3c187a5014701e0d7247e428e4a1e5076954ca89;p=fs%2Flustre-release.git * Removed unused struct member ccc_page::cpg_checksum --- diff --git a/lustre/include/lclient.h b/lustre/include/lclient.h index e81f7e0..4886479 100644 --- a/lustre/include/lclient.h +++ b/lustre/include/lclient.h @@ -201,15 +201,6 @@ struct ccc_page { struct list_head cpg_pending_linkage; /** VM page */ cfs_page_t *cpg_page; - /** - * checksum for paranoid I/O debugging enabled by - * ENABLE_LLITE_CHECKSUM configuration option. - * - * XXX This cannot be implemented reliably because checksum cannot be - * updated from ->set_page_dirty() that is called without page VM - * lock. - */ - __u32 cpg_checksum; }; static inline struct ccc_page *cl2ccc_page(const struct cl_page_slice *slice)