sunrpc: Add missing kuids conversion for printing
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 12 Sep 2013 13:09:39 +0000 (15:09 +0200)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 12 Sep 2013 14:16:06 +0000 (10:16 -0400)
commit134293059bd5ed59f093a8f8a374b3d074b71440
tree57cff49757da69584c39d44c9c0adff80fb1b315
parent312cd958a7433feef9c6f3ce6b06471e760e452f
sunrpc: Add missing kuids conversion for printing

m68k/allmodconfig:

net/sunrpc/auth_generic.c: In function ‘generic_key_timeout’:
net/sunrpc/auth_generic.c:241: warning: format ‘%d’ expects type ‘int’, but
argument 2 has type ‘kuid_t’

commit cdba321e291f0fbf5abda4d88340292b858e3d4d ("sunrpc: Convert kuids and
kgids to uids and gids for printing") forgot to convert one instance.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth_generic.c