summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-11-14 18:23:50 +0000
committerjhb <jhb@FreeBSD.org>2011-11-14 18:23:50 +0000
commitf3dd30008a6fe97bbd2028fa6e6f3b75f769208d (patch)
tree198655b12b93570c45f70861b5c3c1eee57f02ed
parentff5c11fefda80b2b1c09de4b36b4fef952ef9017 (diff)
downloadFreeBSD-src-f3dd30008a6fe97bbd2028fa6e6f3b75f769208d.zip
FreeBSD-src-f3dd30008a6fe97bbd2028fa6e6f3b75f769208d.tar.gz
Sync with the old NFS client: Remove an obsolete comment.
-rw-r--r--sys/fs/nfsclient/nfs_clvfsops.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/nfsclient/nfs_clvfsops.c b/sys/fs/nfsclient/nfs_clvfsops.c
index 6782c5d..250e5e2 100644
--- a/sys/fs/nfsclient/nfs_clvfsops.c
+++ b/sys/fs/nfsclient/nfs_clvfsops.c
@@ -1232,8 +1232,6 @@ mountnfs(struct nfs_args *argp, struct mount *mp, struct sockaddr *nam,
*
* For V3, ncl_fsinfo will adjust this as necessary. Assume maximum
* that we can handle until we find out otherwise.
- * XXX Our "safe" limit on the client is what we can store in our
- * buffer cache using signed(!) block numbers.
*/
if ((argp->flags & (NFSMNT_NFSV3 | NFSMNT_NFSV4)) == 0)
nmp->nm_maxfilesize = 0xffffffffLL;
OpenPOWER on IntegriCloud