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-- 4.1 KB
Makefile -rw-r--r-- 461 bytes
dir.c -rw-r--r-- 30.6 KB
file.c -rw-r--r-- 5.8 KB
getopt.c -rw-r--r-- 1.9 KB
getopt.h -rw-r--r-- 406 bytes
inode.c -rw-r--r-- 27.0 KB
ioctl.c -rw-r--r-- 22.7 KB
mmap.c -rw-r--r-- 2.8 KB
ncp_fs.h -rw-r--r-- 2.9 KB
ncp_fs_i.h -rw-r--r-- 610 bytes
ncp_fs_sb.h -rw-r--r-- 5.0 KB
ncplib_kernel.c -rw-r--r-- 32.5 KB
ncplib_kernel.h -rw-r--r-- 6.8 KB
ncpsign_kernel.c -rw-r--r-- 3.7 KB
ncpsign_kernel.h -rw-r--r-- 739 bytes
sock.c -rw-r--r-- 22.1 KB
symlink.c -rw-r--r-- 4.3 KB

back to top