]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Mar 2019 17:31:02 +0000 (10:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Mar 2019 17:31:02 +0000 (10:31 -0700)
commitb11de2ca269a7cdb63d46131f01d846f85c34d20
treead7a0893b8b2cf43941a6aa3a0b15e9bca533004
parent78dd12c1129b72aafcf6dd61c2b634bc867d0928
parenta0734929f7a13dfb09d222d56932e0d825ee43e6
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull vfs mount infrastructure fix from Al Viro:
 "Fixup for sysfs braino.

  Capabilities checks for sysfs mount do include those on netns, but
  only if CONFIG_NET_NS is enabled. Sorry, should've caught that
  earlier..."

* 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  fix sysfs_init_fs_context() in !CONFIG_NET_NS case