Commit 0e223fd
committed
rgw/aio: avoid infinite recursion in aio_abstract()
a recent regression from 320a217 causes
aio_abstract() to recurse when given an empty optional_yield. this is
exposed by the librgw_file tests
Fixes: https://tracker.ceph.com/issues/64543
Signed-off-by: Casey Bodley <[email protected]>1 parent 4b9662c commit 0e223fd
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments