[git pull] a couple of vfs fixes
From: Al Viro
Date: Sun Dec 17 2017 - 11:59:47 EST
alloc_super() one is this window regression, lazytime thing
is older...
The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus
for you to fetch changes up to d7ee946942bdd12394809305e3df05aa4c8b7b8f:
VFS: Handle lazytime in do_mount() (2017-12-09 20:16:33 -0500)
----------------------------------------------------------------
Al Viro (1):
alloc_super(): do ->s_umount initialization earlier
Markus Trippelsdorf (1):
VFS: Handle lazytime in do_mount()
fs/namespace.c | 1 +
fs/super.c | 37 ++++++++++++++++++-------------------
2 files changed, 19 insertions(+), 19 deletions(-)