]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] reiserfs: fix potential (unlikely) oops in reiserfs_get_acl
authorJeff Mahoney <jeffm@suse.com>
Mon, 13 Feb 2006 16:12:36 +0000 (11:12 -0500)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 13 Feb 2006 16:56:01 +0000 (08:56 -0800)
commit5db2ad40d7ccab45780cd7ad2580238866f0c1dd
tree317ab8984d68fed9e4ad6e259c44134907b3021a
parent60619de5c4c7bdc011276b8eb11a3d06316620db
[PATCH] reiserfs: fix potential (unlikely) oops in reiserfs_get_acl

This fixes a potential oops if there is an error reported by
posix_acl_from_disk().  This is mostly theoretical due to the use of
magics and checksums in xattrs, but is still possible.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/reiserfs/xattr_acl.c