]> git.baikalelectronics.ru Git - kernel.git/commit
VFS: Handle lazytime in do_mount()
authorMarkus Trippelsdorf <markus@trippelsdorf.de>
Wed, 11 Oct 2017 05:01:31 +0000 (07:01 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 10 Dec 2017 01:16:33 +0000 (20:16 -0500)
commit9e7a20d3f11e5b1e2414545a68d4e0ef014b2d9b
tree43a95d48ac37832dfaabf839cbbe26d2f9dac035
parent1c32c2c58ac025c4953da731d92a772f13ba95d3
VFS: Handle lazytime in do_mount()

Since commit 8219d5b2f7689 ("VFS: Differentiate mount flags (MS_*) from
internal superblock flags") the lazytime mount option doesn't get passed
on anymore.

Fix the issue by handling the option in do_mount().

Reviewed-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Markus Trippelsdorf <markus@trippelsdorf.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namespace.c