summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs/null_vnops.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-01-28 13:08:21 +0000
committerphk <phk@FreeBSD.org>2005-01-28 13:08:21 +0000
commit4f73d0b6fc7bb30749ac302949df13ac9a76c817 (patch)
tree5ca805b55e9c6cfd23a651c8531e12017f841cf6 /sys/fs/nullfs/null_vnops.c
parentf8b1ba904fabe423559402854cc1b025ada4641b (diff)
downloadFreeBSD-src-4f73d0b6fc7bb30749ac302949df13ac9a76c817.zip
FreeBSD-src-4f73d0b6fc7bb30749ac302949df13ac9a76c817.tar.gz
Remove unused argument to vrecycle()
Diffstat (limited to 'sys/fs/nullfs/null_vnops.c')
-rw-r--r--sys/fs/nullfs/null_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c
index 76d4cd6..3b5b42a 100644
--- a/sys/fs/nullfs/null_vnops.c
+++ b/sys/fs/nullfs/null_vnops.c
@@ -715,7 +715,7 @@ null_inactive(struct vop_inactive_args *ap)
* If this is the last reference, then free up the vnode
* so as not to tie up the lower vnodes.
*/
- vrecycle(vp, NULL, td);
+ vrecycle(vp, td);
return (0);
}
OpenPOWER on IntegriCloud