summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2012-11-30 22:49:28 +0000
committerpjd <pjd@FreeBSD.org>2012-11-30 22:49:28 +0000
commita3ce94291cc5ba559da782316aba369a6975d6af (patch)
tree0287f416f29b09bed79d702d1c1654b5f1b3c5c3 /sys/kern/vfs_mount.c
parent6b9e611792ee4f48ab4641666945e218339e3da7 (diff)
downloadFreeBSD-src-a3ce94291cc5ba559da782316aba369a6975d6af.zip
FreeBSD-src-a3ce94291cc5ba559da782316aba369a6975d6af.tar.gz
IFp4 @208450:
Remove redundant call to AUDIT_ARG_UPATH1(). Path will be remembered by the following NDINIT(AUDITVNODE1) call. Sponsored by: FreeBSD Foundation (auditdistd) MFC after: 2 weeks
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r--sys/kern/vfs_mount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index f5ff8ac..25b79ae 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -1170,7 +1170,6 @@ sys_unmount(td, uap)
}
mtx_unlock(&mountlist_mtx);
} else {
- AUDIT_ARG_UPATH1(td, pathbuf);
/*
* Try to find global path for path argument.
*/
OpenPOWER on IntegriCloud