David Howells c7fd06228b NFS: (d)printks should use %zd for ssize_t arguments
(d)printks should use %zd for ssize_t arguments not %ld, otherwise they might
get a warning.  I see the following with MN10300.

fs/nfs/objlayout/objlayout.c: In function 'objlayout_read_done':
fs/nfs/objlayout/objlayout.c:294: warning: format '%ld' expects type 'long int', but argument 3 has type 'ssize_t'

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Trond Myklebust <Trond.Myklebust@netapp.com>
cc: linux-nfs@vger.kernel.org
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2011-06-15 11:24:31 -04:00
..
2011-05-29 20:52:31 +03:00
2011-05-29 20:52:31 +03:00
2011-03-31 11:26:23 -03:00
2011-05-29 21:02:42 +03:00
2011-06-15 11:23:02 -04:00
2011-03-24 13:52:41 -04:00
2011-05-29 20:52:34 +03:00