Constant lrs::fs::flags::MOUNT_LAZY_TIME

Maintain changes to access/modification/status-change times in memory and only update the inodes under special circumstances.

Syntax

const MOUNT_LAZY_TIME: MountFlags = MountFlags(MS_LAZYTIME);

Remarks

See the manual page and MS_LAZYTIME therein for the details.

Kernel versions

The required kernel version is 4.0.

See also