Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 5 Feb 2020 05:09:46 +0000 (05:09 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 5 Feb 2020 05:09:46 +0000 (05:09 +0000)
commit72f582ff8569900ccc4439b26bbe5e2fff509f08
treecc84085b70b78d1329a0f9ed6045221e736d5912
parentbddea11b1b9385f713006820f16a9fbe5efe6b47
parenta3d1e7eb5abe3aa1095bc75d1a6760d3809bd672
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
fs/debugfs/inode.c
include/linux/fs.h
kernel/trace/trace.c
kernel/trace/trace_events.c