Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2013 21:58:21 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r252100 - head/sys/fs/nfsclient
Message-ID:  <201306222158.r5MLwLjV085779@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem
Date: Sat Jun 22 21:58:21 2013
New Revision: 252100
URL: http://svnweb.freebsd.org/changeset/base/252100

Log:
  Fix r252074 so that it builds on 64bit arches.

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

Modified: head/sys/fs/nfsclient/nfs_clstate.c
==============================================================================
--- head/sys/fs/nfsclient/nfs_clstate.c	Sat Jun 22 21:31:59 2013	(r252099)
+++ head/sys/fs/nfsclient/nfs_clstate.c	Sat Jun 22 21:58:21 2013	(r252100)
@@ -5156,9 +5156,7 @@ nfscl_dolayoutcommit(struct nfsmount *nm
 			    lyp->nfsly_fhlen, 0, flp->nfsfl_off, len,
 			    lyp->nfsly_lastbyte, &lyp->nfsly_stateid,
 			    NFSLAYOUT_NFSV4_1_FILES, 0, NULL, cred, p, NULL);
-			NFSCL_DEBUG(4, "layoutcommit err=%d off=%qd len=%qd "
-			    "lastbyte=%qd\n", error, flp->nfsfl_off, len,
-			    lyp->nfsly_lastbyte);
+			NFSCL_DEBUG(4, "layoutcommit err=%d\n", error);
 			if (error == NFSERR_NOTSUPP) {
 				/* If not supported, don't bother doing it. */
 				NFSLOCKMNT(nmp);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306222158.r5MLwLjV085779>