nfsd: fix offset printk's in nfsd3 read/write
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 29 Nov 2010 20:28:10 +0000 (15:28 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 17 Dec 2010 20:48:18 +0000 (15:48 -0500)
commit18b631f83810e95eeb2e1839889b27142bd8d6d8
tree88d7e9d207eb478be485c6b6e73708e8bcfde8fe
parente203d506bd221bfa5b3acbb7336ae7b7646636a4
nfsd: fix offset printk's in nfsd3 read/write

Thanks to dysbr01@ca.com for noticing that the debugging printk in
the v3 write procedure can print >2GB offsets as negative numbers:
https://bugzilla.kernel.org/show_bug.cgi?id=23342

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs3proc.c