From: J. Bruce Fields Date: Thu, 8 Nov 2007 21:09:59 +0000 (-0500) Subject: knfsd: cache unregistration needn't return error X-Git-Tag: v2.6.25-rc1~1072^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df95a9d4fb91d819d3fb55dd437056df59e7f15e;p=pandora-kernel.git 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 Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed