Constant lrs::fs::flags::UNMOUNT_LAZY

Disallow further access to the mount point and unmount the device when the last pending access has been completed.

Syntax

const UNMOUNT_LAZY: UnmountFlags = UnmountFlags(MNT_DETACH);

See also