aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/pnfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/pnfs.h')
-rw-r--r--fs/nfs/pnfs.h6
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
173void nfs4_print_deviceid(const struct nfs4_deviceid *dev_id); 173void nfs4_print_deviceid(const struct nfs4_deviceid *dev_id);
174struct nfs4_deviceid_node *nfs4_find_get_deviceid(const struct nfs_client *, const struct nfs4_deviceid *); 174struct nfs4_deviceid_node *nfs4_find_get_deviceid(const struct pnfs_layoutdriver_type *, const struct nfs_client *, const struct nfs4_deviceid *);
175struct nfs4_deviceid_node *nfs4_unhash_put_deviceid(const struct nfs_client *, const struct nfs4_deviceid *); 175struct nfs4_deviceid_node *nfs4_unhash_put_deviceid(const struct pnfs_layoutdriver_type *, const struct nfs_client *, const struct nfs4_deviceid *);
176void nfs4_delete_deviceid(const struct nfs_client *, const struct nfs4_deviceid *); 176void nfs4_delete_deviceid(const struct pnfs_layoutdriver_type *, const struct nfs_client *, const struct nfs4_deviceid *);
177void nfs4_init_deviceid_node(struct nfs4_deviceid_node *, 177void 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 *,