linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* [f2fs-dev] [Bug 214299] New: A deadlock problem caused by the quota_sem set in db6ec53b7e0
@ 2021-09-03  0:56 bugzilla-daemon
  2021-09-09 23:53 ` [f2fs-dev] [Bug 214299] " bugzilla-daemon
  2021-09-22  3:53 ` bugzilla-daemon
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2021-09-03  0:56 UTC (permalink / raw)
  To: linux-f2fs-devel

https://bugzilla.kernel.org/show_bug.cgi?id=214299

            Bug ID: 214299
           Summary: A deadlock problem caused by the quota_sem set in
                    db6ec53b7e0
           Product: File System
           Version: 2.5
    Kernel Version: 5.3.0
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: high
          Priority: P1
         Component: f2fs
          Assignee: filesystem_f2fs@kernel-bugs.kernel.org
          Reporter: zhuangyi1@huawei.com
        Regression: No

thread 1:                        thread 2:
f2fs_dquot_acquire
down_read(&sbi->quota_sem)
                                 f2fs_write_checkpoint
                                 block_operations
                                 f2fs_look_all
                                 down_write(&sbi->cp_rwsem)
f2fs_quota_write
f2fs_write_begin
__do_map_lock
f2fs_lock_op 
down_read(&sbi->cp_rwsem)        
                                 __need_flush_qutoa
                                 down_write(&sbi->quota_sem)

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-22  3:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-03  0:56 [f2fs-dev] [Bug 214299] New: A deadlock problem caused by the quota_sem set in db6ec53b7e0 bugzilla-daemon
2021-09-09 23:53 ` [f2fs-dev] [Bug 214299] " bugzilla-daemon
2021-09-22  3:53 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).