commit | d7ee946942bdd12394809305e3df05aa4c8b7b8f | [log] [tgz] |
---|---|---|
author | Markus Trippelsdorf <markus@trippelsdorf.de> | Wed Oct 11 07:01:31 2017 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Dec 09 20:16:33 2017 -0500 |
tree | 43a95d48ac37832dfaabf839cbbe26d2f9dac035 | |
parent | ca0168e8a77cf833f8c9ac1d26a3a4012bab4f72 [diff] |
VFS: Handle lazytime in do_mount() Since commit e462ec50cb5fa ("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>