commit | 90b71ae8e5cf8b868b6a4de55c3cdf878cedfee3 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Thu Apr 01 07:46:49 2021 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 16 11:46:38 2021 +0200 |
tree | f1b998048368f7dc22ac1ea0ab09dc382c7cdf67 | |
parent | b9299c2bf55472da7225266a7d15287bbf620ee4 [diff] |
idr test suite: Create anchor before launching throbber [ Upstream commit 094ffbd1d8eaa27ed426feb8530cb1456348b018 ] The throbber could race with creation of the anchor entry and cause the IDR to have zero entries in it, which would cause the test to fail. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Sasha Levin <sashal@kernel.org>