security: make security_file_set_fowner, f_setown and __f_setown void return
authorJeff Layton <jlayton@primarydata.com>
Fri, 22 Aug 2014 15:27:32 +0000 (11:27 -0400)
committerJeff Layton <jlayton@primarydata.com>
Tue, 9 Sep 2014 20:01:36 +0000 (16:01 -0400)
security_file_set_fowner always returns 0, so make it f_setown and
__f_setown void return functions and fix up the error handling in the
callers.

Cc: linux-security-module@vger.kernel.org
Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>

No differences found