Prevent oopsing in posix_acl_valid()
authorDaniel J Blueman <daniel.blueman@gmail.com>
Tue, 3 May 2011 16:44:13 +0000 (16:44 +0000)
committerChris Mason <chris.mason@oracle.com>
Sat, 14 May 2011 20:10:18 +0000 (16:10 -0400)
commitf5de93914983bf04b92a786d1d205286fc53b49b
tree88801bc318e62bdd34698ca7cf5029b16570d1b7
parent7cf96da3ec7ca225acf4f284b0e904a1f5f98821
Prevent oopsing in posix_acl_valid()

If posix_acl_from_xattr() returns an error code, a negative address is
dereferenced causing an oops; fix by checking for error code first.

Signed-off-by: Daniel J Blueman <daniel.blueman@gmail.com>
Reviewed-by: Josef Bacik <josef@redhat.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/acl.c