Revision d7ee946942bdd12394809305e3df05aa4c8b7b8f authored by Markus Trippelsdorf on 11 October 2017, 05:01:31 UTC, committed by Al Viro on 10 December 2017, 01:16:33 UTC
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>
1 parent ca0168e
History
File Mode Size
Kconfig -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 150 bytes
hsr_device.c -rw-r--r-- 12.2 KB
hsr_device.h -rw-r--r-- 836 bytes
hsr_forward.c -rw-r--r-- 10.4 KB
hsr_forward.h -rw-r--r-- 577 bytes
hsr_framereg.c -rw-r--r-- 13.4 KB
hsr_framereg.h -rw-r--r-- 1.7 KB
hsr_main.c -rw-r--r-- 3.2 KB
hsr_main.h -rw-r--r-- 5.2 KB
hsr_netlink.c -rw-r--r-- 11.4 KB
hsr_netlink.h -rw-r--r-- 923 bytes
hsr_slave.c -rw-r--r-- 4.4 KB
hsr_slave.h -rw-r--r-- 1.1 KB

back to top