NFS4: fix compile warnings in nfs4proc.c
authorPeng Tao <bergwolf@gmail.com>
Tue, 10 Jan 2012 14:42:47 +0000 (22:42 +0800)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 12 Jan 2012 21:31:51 +0000 (16:31 -0500)
commitde040beccd52bb5fcac90031505384d037b1111c
treec31adca422373e3c121ab7751d1dce90696c997f
parent363e0df057ea8da539645fe4c3c227e3d44054cc
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 <peng_tao@emc.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c