]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit31e515f7eb722eaaad379bf98733edaaebec09b2
tree57cff49757da69584c39d44c9c0adff80fb1b315
parent6f7e0317eb2a2e1b19eefa27b91c69990d909f34
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 0f285eb8d4956ba0e59119c65a79a9fdfb233cc5 ("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