diff options
Diffstat (limited to 'fs/nfs/pnfs.h')
-rw-r--r-- | fs/nfs/pnfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/pnfs.h b/fs/nfs/pnfs.h index 63f77b49a586..590e1e35781f 100644 --- a/fs/nfs/pnfs.h +++ b/fs/nfs/pnfs.h | |||
@@ -367,7 +367,7 @@ void nfs4_pnfs_ds_put(struct nfs4_pnfs_ds *ds); | |||
367 | struct nfs4_pnfs_ds *nfs4_pnfs_ds_add(struct list_head *dsaddrs, | 367 | struct nfs4_pnfs_ds *nfs4_pnfs_ds_add(struct list_head *dsaddrs, |
368 | gfp_t gfp_flags); | 368 | gfp_t gfp_flags); |
369 | void nfs4_pnfs_v3_ds_connect_unload(void); | 369 | void nfs4_pnfs_v3_ds_connect_unload(void); |
370 | void nfs4_pnfs_ds_connect(struct nfs_server *mds_srv, struct nfs4_pnfs_ds *ds, | 370 | int nfs4_pnfs_ds_connect(struct nfs_server *mds_srv, struct nfs4_pnfs_ds *ds, |
371 | struct nfs4_deviceid_node *devid, unsigned int timeo, | 371 | struct nfs4_deviceid_node *devid, unsigned int timeo, |
372 | unsigned int retrans, u32 version, u32 minor_version); | 372 | unsigned int retrans, u32 version, u32 minor_version); |
373 | struct nfs4_pnfs_ds_addr *nfs4_decode_mp_ds_addr(struct net *net, | 373 | struct nfs4_pnfs_ds_addr *nfs4_decode_mp_ds_addr(struct net *net, |