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.4 KB
Makefile -rw-r--r-- 317 bytes
compat.c -rw-r--r-- 3.3 KB
dquot.c -rw-r--r-- 79.0 KB
kqid.c -rw-r--r-- 3.2 KB
netlink.c -rw-r--r-- 2.8 KB
quota.c -rw-r--r-- 24.4 KB
quota_tree.c -rw-r--r-- 18.2 KB
quota_tree.h -rw-r--r-- 728 bytes
quota_v1.c -rw-r--r-- 6.6 KB
quota_v2.c -rw-r--r-- 11.8 KB
quotaio_v1.h -rw-r--r-- 1.3 KB
quotaio_v2.h -rw-r--r-- 2.6 KB

back to top