]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/staging/lustre/lustre/llite/vvp_internal.h
staging/lustre/clio: remove stackable cl_page completely
[mirror_ubuntu-artful-kernel.git] / drivers / staging / lustre / lustre / llite / vvp_internal.h
index 2e39533a45f8d5ae89cbbbdb9856d529d7134fd7..aa06f4031311b799b12ba81d608af99e5c007315 100644 (file)
 #include "../include/cl_object.h"
 #include "llite_internal.h"
 
-int           vvp_io_init     (const struct lu_env *env,
-                                  struct cl_object *obj, struct cl_io *io);
-int           vvp_lock_init   (const struct lu_env *env,
-                                  struct cl_object *obj, struct cl_lock *lock,
-                                  const struct cl_io *io);
-int              vvp_page_init   (const struct lu_env *env,
-                                  struct cl_object *obj,
-                                  struct cl_page *page, struct page *vmpage);
+int vvp_io_init(const struct lu_env *env, struct cl_object *obj,
+               struct cl_io *io);
+int vvp_lock_init(const struct lu_env *env, struct cl_object *obj,
+                 struct cl_lock *lock, const struct cl_io *io);
+int vvp_page_init(const struct lu_env *env, struct cl_object *obj,
+                 struct cl_page *page, pgoff_t index);
 struct lu_object *vvp_object_alloc(const struct lu_env *env,
                                   const struct lu_object_header *hdr,
                                   struct lu_device *dev);
-
 struct ccc_object *cl_inode2ccc(struct inode *inode);
 
 extern const struct file_operations vvp_dump_pgcache_file_ops;