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)
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>

No differences found