On Tue, Jul 31, 2018 at 10:52:57AM +0200, Peter Zijlstra wrote: > On Tue, Jul 31, 2018 at 09:58:36AM +0900, Byungchul Park wrote: > > In restrictive cases like only addtions happen but never deletion, can't > > we safely traverse a llist? I believe llist can be more useful if we can > > release the restriction. Can't we? > > Yes you can, but I'm not sure it makes much sense to confuse the > comments with this. > > This really ends up in the 'you had better know what you're doing' > category.
Partially agree with you. But why not add more explanation? If you think the comment confuse us, then it's ok to keep it itself. Thanks.