diff options
author | Weston Andros Adamson <dros@netapp.com> | 2011-06-01 20:32:21 (GMT) |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-07-12 17:40:27 (GMT) |
commit | 35dbbc99e93e57680837c17f96efe370f0535064 (patch) | |
tree | b28c9ac2a228a149da635295d3a7e889ccc47076 /fs/nfs/nfs4filelayoutdev.c | |
parent | 78fe0f41d9937ee62817912ac8d627e06243c269 (diff) | |
download | linux-fsl-qoriq-35dbbc99e93e57680837c17f96efe370f0535064.tar.xz |
NFS: fix comment
We support IPv4 and IPv6 now.
Signed-off-by: Weston Andros Adamson <dros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4filelayoutdev.c')
-rw-r--r-- | fs/nfs/nfs4filelayoutdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4filelayoutdev.c b/fs/nfs/nfs4filelayoutdev.c index 61c173b..ed388aa 100644 --- a/fs/nfs/nfs4filelayoutdev.c +++ b/fs/nfs/nfs4filelayoutdev.c @@ -164,7 +164,7 @@ _data_server_match_all_addrs_locked(struct list_head *dsaddrs1, /* * Create an rpc connection to the nfs4_pnfs_ds data server - * Currently only support IPv4 + * Currently only supports IPv4 and IPv6 addresses */ static int nfs4_ds_connect(struct nfs_server *mds_srv, struct nfs4_pnfs_ds *ds) |