commit | df95a9d4fb91d819d3fb55dd437056df59e7f15e | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Thu Nov 08 16:09:59 2007 -0500 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Fri Feb 01 16:42:04 2008 -0500 |
tree | 9c35b2617a202c029803791c19d55a0483d9d225 | |
parent | d5c3428b2cb26d605fddc4878f4fcc03c23df89f [diff] |
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 <neilb@suse.de> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>