]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 9 Apr 2018 19:48:05 +0000 (12:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 9 Apr 2018 19:48:05 +0000 (12:48 -0700)
commitd94b38cd2b2688c3914b5a936bf622d4c0108f10
tree687872bfb4e3dce727d6bab3e8799cd67d4d5108
parenta81ff5c9c45a725d0eeefc3195998e429890fa59
parentaa7d75410bd7586af7e66c309f2d21cc61d66250
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull vfs namei updates from Al Viro:

 - make lookup_one_len() safe with parent locked only shared(incoming
   afs series wants that)

 - fix of getname_kernel() regression from 2015 (-stable fodder, that
   one).

* 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  getname_kernel() needs to make sure that ->name != ->iname in long case
  make lookup_one_len() safe to use with directory locked shared
  new helper: __lookup_slow()
  merge common parts of lookup_one_len{,_unlocked} into common helper
fs/namei.c