Whamcloud - gitweb
LU-10994 clio: remove unused convenience functions
[fs/lustre-release.git] / lustre / llite / vvp_internal.h
index acba772..40648c4 100644 (file)
@@ -249,11 +249,6 @@ static inline struct inode *vvp_object_inode(const struct cl_object *obj)
 int vvp_object_invariant(const struct cl_object *obj);
 struct vvp_object *cl_inode2vvp(struct inode *inode);
 
-static inline struct page *cl2vm_page(const struct cl_page_slice *slice)
-{
-       return slice->cpl_page->cp_vmpage;
-}
-
 #ifdef CONFIG_LUSTRE_DEBUG_EXPENSIVE_CHECK
 # define CLOBINVRNT(env, clob, expr)                                   \
        do {                                                            \