On Fri, Nov 18, 2022 at 11:52:13PM +0900, Akira Yokosawa wrote: > Commit a4e1d87b97f8 ("locking: Warn about state preservation when > releasing and re-acquiring locks") added a make target of > rec_tree_itr under CodeSamples/locking/, but failed to update > .gitignore. > > Add rec_tree_itr in the list. > > Fixes: a4e1d87b97f8 ("locking: Warn about state preservation when releasing and re-acquiring locks") > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> Thank you for spotting this one! Queued and pushed. Thanx, Paul > --- > CodeSamples/locking/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/CodeSamples/locking/.gitignore b/CodeSamples/locking/.gitignore > index 4cd08bfb256b..29a71f856d68 100644 > --- a/CodeSamples/locking/.gitignore > +++ b/CodeSamples/locking/.gitignore > @@ -1,3 +1,4 @@ > locked_list > lockwakelatency > +rec_tree_itr > xchglock > > base-commit: ea5a893d74e27536fd1189905f9496fd4bc368f4 > -- > 2.25.1 >