mbox series

[git,pull] fixup for sysfs braino in #work.mount

Message ID 20190316135444.GC2217@ZenIV.linux.org.uk (mailing list archive)
State New, archived
Headers show
Series [git,pull] fixup for sysfs braino in #work.mount | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.mount

Message

Al Viro March 16, 2019, 1:54 p.m. UTC
Capabilities checks for sysfs mount do include those on netns, but
only if CONFIG_NET_NS is enabled.  Sorry, should've caught that earlier...

The following changes since commit c99c2171fc61476afac0dfb59fb2c447a01fb1e0:

  afs: Use fs_context to pass parameters over automount (2019-02-28 03:29:39 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.mount

for you to fetch changes up to ab81dabda1d4edc1728173be6c6a279455f220e3:

  fix sysfs_init_fs_context() in !CONFIG_NET_NS case (2019-03-16 09:45:42 -0400)

----------------------------------------------------------------
Al Viro (1):
      fix sysfs_init_fs_context() in !CONFIG_NET_NS case

 fs/sysfs/mount.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org March 16, 2019, 5:50 p.m. UTC | #1
The pull request you sent on Sat, 16 Mar 2019 13:54:45 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.mount

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/924973508bf15f2cabbbef7b5c428131fbbd812b

Thank you!