Constant lrs::fs::flags::MOUNT_DIR_SYNC

Make directory changes on this filesystem synchonous.

Syntax

const MOUNT_DIR_SYNC: MountFlags = MountFlags(MS_DIRSYNC);

See also