X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fnfs_page.h;h=1f7bd287c230e5cc78cc2cd079b39d77f3768c99;hb=af8c65b57aaa4ae321af34dbfc5ca7f5625263fe;hp=66e2ed6585274ec92f75dea7b9272d5b59b4bd48;hpb=944d79559d154c12becde0dab327016cf438f46c;p=powerpc.git diff --git a/include/linux/nfs_page.h b/include/linux/nfs_page.h index 66e2ed6585..1f7bd287c2 100644 --- a/include/linux/nfs_page.h +++ b/include/linux/nfs_page.h @@ -13,7 +13,6 @@ #include #include #include -#include #include #include @@ -63,8 +62,8 @@ extern void nfs_release_request(struct nfs_page *req); extern int nfs_scan_lock_dirty(struct nfs_inode *nfsi, struct list_head *dst, unsigned long idx_start, unsigned int npages); -extern int nfs_scan_list(struct list_head *, struct list_head *, - unsigned long, unsigned int); +extern int nfs_scan_list(struct nfs_inode *nfsi, struct list_head *head, struct list_head *dst, + unsigned long idx_start, unsigned int npages); extern int nfs_coalesce_requests(struct list_head *, struct list_head *, unsigned int); extern int nfs_wait_on_request(struct nfs_page *);