diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2012-11-30 22:49:28 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2012-11-30 22:49:28 +0000 |
| commit | e1216d1335e35c026a825d00bd4ef4087b970809 (patch) | |
| tree | 0287f416f29b09bed79d702d1c1654b5f1b3c5c3 /sys | |
| parent | 6a59dfbb86b4cc0f964903d249b07e07e21013ba (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/vfs_mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index f5ff8ac3ab99..25b79ae75354 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. */ |
