From: Linus Torvalds Date: Wed, 5 Feb 2020 05:09:46 +0000 (+0000) Subject: Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v5.10.7~3291 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72f582ff8569900ccc4439b26bbe5e2fff509f08;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'work.recursive_removal' of git://git./linux/kernel/git/viro/vfs Pull vfs recursive removal updates from Al Viro: "We have quite a few places where synthetic filesystems do an equivalent of 'rm -rf', with varying amounts of code duplication, wrong locking, etc. That really ought to be a library helper. Only debugfs (and very similar tracefs) are converted here - I have more conversions, but they'd never been in -next, so they'll have to wait" * 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems --- 72f582ff8569900ccc4439b26bbe5e2fff509f08