From: Adrian Bunk Date: Sat, 25 Mar 2006 11:07:50 +0000 (-0800) Subject: [PATCH] reiserfs/xattr_acl.c:reiserfs_get_acl(): make size an int X-Git-Tag: v2.6.17-rc1~784 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cdc409c169c9f2155151eea82cb9868e4d62788;p=pandora-kernel.git [PATCH] reiserfs/xattr_acl.c:reiserfs_get_acl(): make size an int The Coverity checker wasn't happy seeing a size_t compared with -ENODATA and -ENOSYS. Since the only place where size is set is through the result of reiserfs_xattr_get() which is an int, we could simply make size an int. Signed-off-by: Adrian Bunk Cc: Jeff Mahoney Cc: Chris Mason Cc: Hans Reiser Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed