Tariq Saeed
2016-Jan-07 02:51 UTC
[Ocfs2-devel] [PATCH] revert to using ocfs2_acl_chmod to avoid inode cluster lock hang
On 01/05/2016 08:41 PM, Junxiao Bi wrote:> This fixed part of the deadlock. There is another part. > ocfs2_mknod()->posix_acl_create()->ocfs2_iop_get_acl()Right. It used to be: ocfs2_mknod -> ocfs2_init_acl -> ocfs2_get_acl_nolock. Thanks -Tariq
Tariq Saeed
2016-Jan-07 22:37 UTC
[Ocfs2-devel] [PATCH] revert to using ocfs2_acl_chmod to avoid inode cluster lock hang
On 01/06/2016 06:51 PM, Tariq Saeed wrote:> On 01/05/2016 08:41 PM, Junxiao Bi wrote: >> This fixed part of the deadlock. There is another part. >> ocfs2_mknod()->posix_acl_create()->ocfs2_iop_get_acl() >yet another part. ocfs2_reflink -> ocfs2_init_security_and_acl -> ocfs2_iop_set_acl
Tariq Saeed
2016-Jan-07 22:38 UTC
[Ocfs2-devel] [PATCH] revert to using ocfs2_acl_chmod to avoid inode cluster lock hang
On 01/06/2016 06:51 PM, Tariq Saeed wrote:> On 01/05/2016 08:41 PM, Junxiao Bi wrote: >> This fixed part of the deadlock. There is another part. >> ocfs2_mknod()->posix_acl_create()->ocfs2_iop_get_acl() > Right. It used to be: ocfs2_mknod -> ocfs2_init_acl -> > ocfs2_get_acl_nolock. > > Thanks > -Tariq > > > _______________________________________________ > Ocfs2-devel mailing list > Ocfs2-devel at oss.oracle.com > https://oss.oracle.com/mailman/listinfo/ocfs2-devel