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-- 2.3 KB
Makefile -rw-r--r-- 492 bytes
actions.c -rw-r--r-- 36.8 KB
conntrack.c -rw-r--r-- 43.7 KB
conntrack.h -rw-r--r-- 3.0 KB
datapath.c -rw-r--r-- 59.9 KB
datapath.h -rw-r--r-- 7.3 KB
dp_notify.c -rw-r--r-- 2.6 KB
flow.c -rw-r--r-- 23.0 KB
flow.h -rw-r--r-- 8.4 KB
flow_netlink.c -rw-r--r-- 85.5 KB
flow_netlink.h -rw-r--r-- 3.1 KB
flow_table.c -rw-r--r-- 18.9 KB
flow_table.h -rw-r--r-- 2.8 KB
meter.c -rw-r--r-- 14.3 KB
meter.h -rw-r--r-- 1.2 KB
vport-geneve.c -rw-r--r-- 3.1 KB
vport-gre.c -rw-r--r-- 2.7 KB
vport-internal_dev.c -rw-r--r-- 7.7 KB
vport-internal_dev.h -rw-r--r-- 1.0 KB
vport-netdev.c -rw-r--r-- 5.4 KB
vport-netdev.h -rw-r--r-- 1.1 KB
vport-vxlan.c -rw-r--r-- 4.3 KB
vport.c -rw-r--r-- 12.9 KB
vport.h -rw-r--r-- 6.2 KB

back to top