diff options
Diffstat (limited to 'fs/nfs/pnfs.h')
-rw-r--r-- | fs/nfs/pnfs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/nfs/pnfs.h b/fs/nfs/pnfs.h index fbd3f7cd9e71..5b083d295334 100644 --- a/fs/nfs/pnfs.h +++ b/fs/nfs/pnfs.h | |||
@@ -171,9 +171,9 @@ struct nfs4_deviceid_node { | |||
171 | }; | 171 | }; |
172 | 172 | ||
173 | void nfs4_print_deviceid(const struct nfs4_deviceid *dev_id); | 173 | void nfs4_print_deviceid(const struct nfs4_deviceid *dev_id); |
174 | struct nfs4_deviceid_node *nfs4_find_get_deviceid(const struct nfs_client *, const struct nfs4_deviceid *); | 174 | struct nfs4_deviceid_node *nfs4_find_get_deviceid(const struct pnfs_layoutdriver_type *, const struct nfs_client *, const struct nfs4_deviceid *); |
175 | struct nfs4_deviceid_node *nfs4_unhash_put_deviceid(const struct nfs_client *, const struct nfs4_deviceid *); | 175 | struct nfs4_deviceid_node *nfs4_unhash_put_deviceid(const struct pnfs_layoutdriver_type *, const struct nfs_client *, const struct nfs4_deviceid *); |
176 | void nfs4_delete_deviceid(const struct nfs_client *, const struct nfs4_deviceid *); | 176 | void nfs4_delete_deviceid(const struct pnfs_layoutdriver_type *, const struct nfs_client *, const struct nfs4_deviceid *); |
177 | void nfs4_init_deviceid_node(struct nfs4_deviceid_node *, | 177 | void nfs4_init_deviceid_node(struct nfs4_deviceid_node *, |
178 | const struct pnfs_layoutdriver_type *, | 178 | const struct pnfs_layoutdriver_type *, |
179 | const struct nfs_client *, | 179 | const struct nfs_client *, |