Whamcloud - gitweb
LU-10994 clio: remove cpo_own and cpo_disown
[fs/lustre-release.git] / lustre / llite / vvp_internal.h
index fa4f512..f350e3f 100644 (file)
@@ -212,9 +212,6 @@ struct vvp_object {
  */
 struct vvp_page {
        struct cl_page_slice vpg_cl;
-       unsigned        vpg_defer_uptodate:1,
-                       vpg_ra_updated:1,
-                       vpg_ra_used:1;
        /** VM page */
        struct page     *vpg_page;
 };