From 3c187a5014701e0d7247e428e4a1e5076954ca89 Mon Sep 17 00:00:00 2001 From: eeb Date: Tue, 10 Nov 2009 21:55:34 +0000 Subject: [PATCH] * Removed unused struct member ccc_page::cpg_checksum --- lustre/include/lclient.h | 9 --------- 1 file changed, 9 deletions(-) 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) -- 1.8.3.1