From: Dan Carpenter Date: Sat, 29 May 2010 09:48:35 +0000 (+0000) Subject: Btrfs: handle ERR_PTR from posix_acl_from_xattr() X-Git-Tag: v2.6.35-rc3~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834e74759a473f8101a273e843d1edec2778801d;p=pandora-kernel.git Btrfs: handle ERR_PTR from posix_acl_from_xattr() posix_acl_from_xattr() returns both ERR_PTRs and null, but it's OK to pass null values to set_cached_acl() Signed-off-by: Dan Carpenter Signed-off-by: Chris Mason --- Reading git-diff-tree failed