]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: OpsLogFile drops lock before flush() 46038/head
authorCasey Bodley <cbodley@redhat.com>
Mon, 25 Apr 2022 20:32:33 +0000 (16:32 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 26 Apr 2022 16:30:49 +0000 (12:30 -0400)
commit1933b23a68541b052e8b9253a59bf0158ed3ea37
tree5bc1cec648565b7a0ebd148707a67f2102f1cffc
parentc77edb8d15e8fb9b17cdbd5af0db789cb2112c03
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>
(cherry picked from commit 5473ae75276b3f552ec70ae308a6fe0db1fe22a5)
src/rgw/rgw_log.cc