mnt_type
mnt->mnt_type = mntstrdup(vfs.vfs_fstype);
new->mnt_type = mntstrdup(mnt->mnt_type); /* mnt_fstype */
if (mnt->mnt_type == (char *)0 ||
strcmp(mnt->mnt_type, MNTTYPE_42) != 0)
mac_notify_type_t mnt_type;