Change 208450 by pjd@pjd_slayer on 2012/03/24 00:30:25 Remove redundant call to AUDIT_ARG_UPATH1(). Path will be remembered by the following NDINIT(AUDITVNODE1) call. Affected files ... ... //depot/user/pjd/auditdistd/sys/kern/vfs_mount.c#4 edit Differences ... ==== //depot/user/pjd/auditdistd/sys/kern/vfs_mount.c#4 (text+ko) ==== @@ -1181,7 +1181,6 @@ } mtx_unlock(&mountlist_mtx); } else { - AUDIT_ARG_UPATH1(td, pathbuf); /* * Try to find global path for path argument. */