From: Peng Tao Date: Tue, 10 Jan 2012 14:42:47 +0000 (+0800) Subject: NFS4: fix compile warnings in nfs4proc.c X-Git-Tag: v3.3-rc1~41^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de040beccd52bb5fcac90031505384d037b1111c;p=pandora-kernel.git NFS4: fix compile warnings in nfs4proc.c compile in nfs-for-3.3 branch shows following warnings. Fix it here. fs/nfs/nfs4proc.c: In function ‘__nfs4_get_acl_uncached’: fs/nfs/nfs4proc.c:3589: warning: format ‘%ld’ expects type ‘long int’, but argument 4 has type ‘size_t’ fs/nfs/nfs4proc.c:3589: warning: format ‘%ld’ expects type ‘long int’, but argument 6 has type ‘size_t’ Signed-off-by: Peng Tao Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed