On Tue, 11 Nov 2025 at 07:55, Al Viro <[email protected]> wrote: > > simple_recursive_removal(), but instead of victim dentry it takes > parent + name. > > Used to be open-coded in fs/fuse/control.c, but there's no need to expose > the guts of that thing there and there are other potential users, so > let's lift it into libfs... > > Signed-off-by: Al Viro <[email protected]>
Acked-by: Miklos Szeredi <[email protected]>
