diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-06-24 12:16:40 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-24 12:16:40 +0400 |
commit | 20733d59d5763ecd96276f868c1f39e677b3b4e2 (patch) | |
tree | 89177676a2a45afa97595ce1827630aa131c51e2 /include/linux/nfs_page.h | |
parent | 75e1b6a84f7e2186e843da94751b6d175caf9209 (diff) | |
parent | 17e8c4e1ebf139743e3830439fa65fd906af4a43 (diff) | |
download | linux-20733d59d5763ecd96276f868c1f39e677b3b4e2.tar.xz |
Merge branch 'fbdev/stable-updates'
Diffstat (limited to 'include/linux/nfs_page.h')
-rw-r--r-- | include/linux/nfs_page.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/nfs_page.h b/include/linux/nfs_page.h index 3a34e80ae92f..25311b3bedf8 100644 --- a/include/linux/nfs_page.h +++ b/include/linux/nfs_page.h @@ -92,6 +92,9 @@ extern int nfs_pageio_add_request(struct nfs_pageio_descriptor *, struct nfs_page *); extern void nfs_pageio_complete(struct nfs_pageio_descriptor *desc); extern void nfs_pageio_cond_complete(struct nfs_pageio_descriptor *, pgoff_t); +extern bool nfs_generic_pg_test(struct nfs_pageio_descriptor *desc, + struct nfs_page *prev, + struct nfs_page *req); extern int nfs_wait_on_request(struct nfs_page *); extern void nfs_unlock_request(struct nfs_page *req); extern int nfs_set_page_tag_locked(struct nfs_page *req); |