Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 25 Oct 2018 19:55:31 +0000 (12:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 25 Oct 2018 19:55:31 +0000 (12:55 -0700)
commit4ba9628fe5bf90e0125dbec847a0cf4f5553de14
tree5dc0dd56eb05d834c8df575ba1b07d474f54c22c
parent06999fd59277afef07638453c695a500eb2a93c0
parent1a16dbaf798c5b68ac767444eb045e6f3adaa16d
Merge branch 'work.lookup' of git://git./linux/kernel/git/viro/vfs

Pull more ->lookup() cleanups from Al Viro:
 "Some ->lookup() instances are still overcomplicating the life
  for themselves, open-coding the stuff that would be handled by
  d_splice_alias() just fine.

  Simplify a couple of such cases caught this cycle and document
  d_splice_alias() intended use"

* 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  Document d_splice_alias() calling conventions for ->lookup() users.
  simplify btrfs_lookup()
  clean erofs_lookup()
fs/btrfs/inode.c