Whamcloud - gitweb
LU-12043 llite: fix to submit complete read block with ra disabled
[fs/lustre-release.git] / lustre / llite / vvp_dev.c
index bec0f9e..58efc98 100644 (file)
@@ -266,6 +266,11 @@ struct lu_device_type vvp_device_type = {
         .ldt_ctx_tags = LCT_CL_THREAD
 };
 
+#ifndef HAVE_ACCOUNT_PAGE_DIRTIED_EXPORT
+unsigned int (*vvp_account_page_dirtied)(struct page *page,
+                                        struct address_space *mapping);
+#endif
+
 /**
  * A mutex serializing calls to vvp_inode_fini() under extreme memory
  * pressure, when environments cannot be allocated.