svn commit: r227504 - head/sys/fs/nfsclient

John Baldwin jhb at FreeBSD.org
Mon Nov 14 18:23:51 UTC 2011


Author: jhb
Date: Mon Nov 14 18:23:50 2011
New Revision: 227504
URL: http://svn.freebsd.org/changeset/base/227504

Log:
  Sync with the old NFS client: Remove an obsolete comment.

Modified:
  head/sys/fs/nfsclient/nfs_clvfsops.c

Modified: head/sys/fs/nfsclient/nfs_clvfsops.c
==============================================================================
--- head/sys/fs/nfsclient/nfs_clvfsops.c	Mon Nov 14 18:21:27 2011	(r227503)
+++ head/sys/fs/nfsclient/nfs_clvfsops.c	Mon Nov 14 18:23:50 2011	(r227504)
@@ -1232,8 +1232,6 @@ mountnfs(struct nfs_args *argp, struct m
 	 *
 	 * 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;


More information about the svn-src-head mailing list