On Thu, Nov 09, 2023 at 06:20:38AM +0000, Al Viro wrote: > Saves a pointer per struct dentry and actually makes the things less Which you're giving back to DNAME_INLINE_LEN. > clumsy. Cleaned the d_walk() and dcache_readdir() a bit by use > of hlist_for_... iterators. > > A couple of new helpers - d_first_child() and d_next_sibling(), > to make the expressions less awful. > > X-fuck-kABI: gladly > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Nice, gets rid of that do-while(), while () stuff, Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>