Omit certain warning messages from the kernel log.
const MOUNT_SILENT: MountFlags = MountFlags(MS_SILENT);
mount(2) and MS_SILENT therein