Whamcloud - gitweb
* Removed unused struct member ccc_page::cpg_checksum
authoreeb <eeb>
Tue, 10 Nov 2009 21:55:34 +0000 (21:55 +0000)
committereeb <eeb>
Tue, 10 Nov 2009 21:55:34 +0000 (21:55 +0000)
lustre/include/lclient.h

index e81f7e0..4886479 100644 (file)
@@ -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)