From: David Howells Date: Tue, 14 Jun 2011 23:55:44 +0000 (+0100) Subject: NFS: (d)printks should use %zd for ssize_t arguments X-Git-Tag: v3.0-rc5~51^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7fd06228b994190d8369a2a0acf5224e4e13d1a;p=pandora-kernel.git 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 cc: Trond Myklebust cc: linux-nfs@vger.kernel.org Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed