]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: OpsLogFile drops lock before flush() 46027/head
authorCasey Bodley <cbodley@redhat.com>
Mon, 25 Apr 2022 20:32:33 +0000 (16:32 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 25 Apr 2022 20:32:36 +0000 (16:32 -0400)
commit5473ae75276b3f552ec70ae308a6fe0db1fe22a5
treea8825a0b958ab37f948533e47fc921eb6ca9dffe
parent279d664f8b25d2eeafac0b5d60e532dbcf56218f
rgw: OpsLogFile drops lock before flush()

flush() acquires the same lock, so lockdep complains about recursive
locking here

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_log.cc