patch-2.4.0-test3 linux/fs/lockd/xdr.c

Next file: linux/fs/locks.c
Previous file: linux/fs/lockd/svclock.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/fs/lockd/xdr.c linux/fs/lockd/xdr.c
@@ -86,7 +86,7 @@
 
 	if ((len = ntohl(*p++)) != NFS2_FHSIZE) {
 		printk(KERN_NOTICE
-			"lockd: bad fhandle size %x (should be %Zu)\n",
+			"lockd: bad fhandle size %x (should be %d)\n",
 			len, NFS2_FHSIZE);
 		return NULL;
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)