diff options
author | Junxiao Bi <[email protected]> | 2016-05-12 15:42:18 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2016-05-12 15:52:50 -0700 |
commit | c25a1e0671fbca7b2c0d0757d533bd2650d6dc0c (patch) | |
tree | 568387253124f7f9aa738aea26f7964d048aa70b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 5ee0fbd50fdf1c1329de8bee35ea9d7c6a81a2e0 (diff) |
ocfs2: fix posix_acl_create deadlock
Commit 702e5bc68ad2 ("ocfs2: use generic posix ACL infrastructure")
refactored code to use posix_acl_create. The problem with this function
is that it is not mindful of the cluster wide inode lock making it
unsuitable for use with ocfs2 inode creation with ACLs. For example,
when used in ocfs2_mknod, this function can cause deadlock as follows.
The parent dir inode lock is taken when calling posix_acl_create ->
get_acl -> ocfs2_iop_get_acl which takes the inode lock again. This can
cause deadlock if there is a blocked remote lock request waiting for the
lock to be downconverted. And same deadlock happened in ocfs2_reflink.
This fix is to revert back using ocfs2_init_acl.
Fixes: 702e5bc68ad2 ("ocfs2: use generic posix ACL infrastructure")
Signed-off-by: Tariq Saeed <[email protected]>
Signed-off-by: Junxiao Bi <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Joseph Qi <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions