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
Makefile -rw-r--r-- 196 bytes
dlmapi.h -rw-r--r-- 9.3 KB
dlmast.c -rw-r--r-- 14.3 KB
dlmcommon.h -rw-r--r-- 29.3 KB
dlmconvert.c -rw-r--r-- 16.2 KB
dlmconvert.h -rw-r--r-- 1.2 KB
dlmdebug.c -rw-r--r-- 26.5 KB
dlmdebug.h -rw-r--r-- 2.0 KB
dlmdomain.c -rw-r--r-- 60.6 KB
dlmdomain.h -rw-r--r-- 1.1 KB
dlmlock.c -rw-r--r-- 19.4 KB
dlmmaster.c -rw-r--r-- 98.3 KB
dlmrecovery.c -rw-r--r-- 87.9 KB
dlmthread.c -rw-r--r-- 22.5 KB
dlmunlock.c -rw-r--r-- 19.0 KB

back to top