From 198db6adb9aa2818871303f999107eb12702e747 Mon Sep 17 00:00:00 2001 From: rmacklem Date: Sat, 22 Jun 2013 21:58:21 +0000 Subject: Fix r252074 so that it builds on 64bit arches. --- sys/fs/nfsclient/nfs_clstate.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/fs/nfsclient/nfs_clstate.c') diff --git a/sys/fs/nfsclient/nfs_clstate.c b/sys/fs/nfsclient/nfs_clstate.c index 4ad885d..1a79799 100644 --- a/sys/fs/nfsclient/nfs_clstate.c +++ b/sys/fs/nfsclient/nfs_clstate.c @@ -5156,9 +5156,7 @@ nfscl_dolayoutcommit(struct nfsmount *nmp, struct nfscllayout *lyp, 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); -- cgit v1.1