]> Git Repo - linux.git/commit
knfsd: cache unregistration needn't return error
authorJ. Bruce Fields <[email protected]>
Thu, 8 Nov 2007 21:09:59 +0000 (16:09 -0500)
committerJ. Bruce Fields <[email protected]>
Fri, 1 Feb 2008 21:42:04 +0000 (16:42 -0500)
commitdf95a9d4fb91d819d3fb55dd437056df59e7f15e
tree9c35b2617a202c029803791c19d55a0483d9d225
parentd5c3428b2cb26d605fddc4878f4fcc03c23df89f
knfsd: cache unregistration needn't return error

There's really nothing much the caller can do if cache unregistration
fails.  And indeed, all any caller does in this case is print an error
and continue.  So just return void and move the printk's inside
cache_unregister.

Acked-by: NeilBrown <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
fs/nfsd/export.c
fs/nfsd/nfs4idmap.c
include/linux/sunrpc/cache.h
net/sunrpc/auth_gss/svcauth_gss.c
net/sunrpc/cache.c
net/sunrpc/sunrpc_syms.c
This page took 0.055575 seconds and 4 git commands to generate.