Skip to content

Commit 7ac44d6

Browse files
committed
Merge PR ceph#58896 into main
* refs/pull/58896/head: client: flush the caps release in filesystem sync Reviewed-by: Venky Shankar <[email protected]> Reviewed-by: Dhairya Parmar <[email protected]>
2 parents 7d18b8b + b5bfc45 commit 7ac44d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client/Client.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12860,6 +12860,8 @@ int Client::_sync_fs()
1286012860
// flush the mdlog before waiting for unsafe requests.
1286112861
flush_mdlog_sync();
1286212862

12863+
flush_cap_releases();
12864+
1286312865
// wait for unsafe mds requests
1286412866
wait_unsafe_requests();
1286512867

0 commit comments

Comments
 (0)