|
@@ -87,7 +87,7 @@ struct pnfs_layoutdriver_type {
|
|
|
void (*free_lseg) (struct pnfs_layout_segment *lseg);
|
|
|
|
|
|
/* test for nfs page cache coalescing */
|
|
|
- int (*pg_test)(struct nfs_pageio_descriptor *, struct nfs_page *, struct nfs_page *);
|
|
|
+ bool (*pg_test)(struct nfs_pageio_descriptor *, struct nfs_page *, struct nfs_page *);
|
|
|
|
|
|
/* Returns true if layoutdriver wants to divert this request to
|
|
|
* driver's commit routine.
|
|
@@ -158,7 +158,7 @@ enum pnfs_try_status pnfs_try_to_write_data(struct nfs_write_data *,
|
|
|
const struct rpc_call_ops *, int);
|
|
|
enum pnfs_try_status pnfs_try_to_read_data(struct nfs_read_data *,
|
|
|
const struct rpc_call_ops *);
|
|
|
-int pnfs_generic_pg_test(struct nfs_pageio_descriptor *pgio, struct nfs_page *prev, struct nfs_page *req);
|
|
|
+bool pnfs_generic_pg_test(struct nfs_pageio_descriptor *pgio, struct nfs_page *prev, struct nfs_page *req);
|
|
|
int pnfs_layout_process(struct nfs4_layoutget *lgp);
|
|
|
void pnfs_free_lseg_list(struct list_head *tmp_list);
|
|
|
void pnfs_destroy_layout(struct nfs_inode *);
|