diff options
Diffstat (limited to 'include/linux/nfs_page.h')
-rw-r--r-- | include/linux/nfs_page.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_page.h b/include/linux/nfs_page.h index d378f08b905e..9ac2dd158d0b 100644 --- a/include/linux/nfs_page.h +++ b/include/linux/nfs_page.h | |||
@@ -57,6 +57,7 @@ struct nfs_page { | |||
57 | 57 | ||
58 | struct nfs_pageio_descriptor; | 58 | struct nfs_pageio_descriptor; |
59 | struct nfs_pageio_ops { | 59 | struct nfs_pageio_ops { |
60 | void (*pg_init)(struct nfs_pageio_descriptor *, struct nfs_page *); | ||
60 | bool (*pg_test)(struct nfs_pageio_descriptor *, struct nfs_page *, struct nfs_page *); | 61 | bool (*pg_test)(struct nfs_pageio_descriptor *, struct nfs_page *, struct nfs_page *); |
61 | int (*pg_doio)(struct nfs_pageio_descriptor *); | 62 | int (*pg_doio)(struct nfs_pageio_descriptor *); |
62 | }; | 63 | }; |