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.7 KB
Makefile -rw-r--r-- 220 bytes
balloc.c -rw-r--r-- 27.7 KB
cylinder.c -rw-r--r-- 5.7 KB
dir.c -rw-r--r-- 15.6 KB
file.c -rw-r--r-- 998 bytes
ialloc.c -rw-r--r-- 9.3 KB
inode.c -rw-r--r-- 32.8 KB
namei.c -rw-r--r-- 7.3 KB
super.c -rw-r--r-- 44.1 KB
swab.h -rw-r--r-- 2.5 KB
ufs.h -rw-r--r-- 5.0 KB
ufs_fs.h -rw-r--r-- 34.6 KB
util.c -rw-r--r-- 6.1 KB
util.h -rw-r--r-- 16.3 KB

back to top