Whamcloud - gitweb
LU-925 agl: trigger async glimpse lock when statahead
[fs/lustre-release.git] / lustre / llite / llite_mmap.c
index 821f96f..9de415d 100644 (file)
@@ -603,7 +603,7 @@ int ll_file_mmap(struct file *file, struct vm_area_struct * vma)
                 vma->vm_ops = &ll_file_vm_ops;
                 vma->vm_ops->open(vma);
                 /* update the inode's size and mtime */
-                rc = cl_glimpse_size(inode);
+                rc = ll_glimpse_size(inode);
         }
 
         RETURN(rc);