]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitab217a3e82726335cd200862ac91ab766aba0a18
tree5dc0dd56eb05d834c8df575ba1b07d474f54c22c
parentfd1c9859d3d31ebb84ae7a20c695a7ed37b8c1c8
parent49f3ec1cfa74e6ba223a1bccf52e9960f333b72d
Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/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