jfs: Fix early release of acl in jfs_get_acl
BugLink: http://bugs.launchpad.net/ubuntu/+bug/396780 Commit 073aaa1b "helpers for acl caching + switch to those" introduced new helper functions for acl handling but seems to have introduced a regression for jfs as the acl is released before returning it to the caller, instead of leaving this for the caller to do. This causes the acl object to be used after freeing it, leading to kernel panics in completely different places. Thanks to Christophe Dumez for reporting and bisecting into this. Reported-by: NChristophe Dumez <dchris@gmail.com> Tested-by: NChristophe Dumez <dchris@gmail.com> Signed-off-by: NStefan Bader <stefan.bader@canonical.com> Acked-by: NAndy Whitcroft <apw@canonical.com> Signed-off-by: NDave Kleikamp <shaggy@linux.vnet.ibm.com>
Showing
想要评论请 注册 或 登录