aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-03-01 11:32:32 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-03-01 11:32:32 +0000
commitac295317485fcccc07dd48cfc0b3a0ecf5f42ae9 (patch)
treeef9face3af29abd20734164e160bf51f1653d9c7 /sys/gnu
parenta1816ded20dd9dde580ec11d766002f01a3414ca (diff)
Notes
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/ext2fs/ext2_inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/ext2_inode.c b/sys/gnu/ext2fs/ext2_inode.c
index bdb59447dbc4..11bcaba12b37 100644
--- a/sys/gnu/ext2fs/ext2_inode.c
+++ b/sys/gnu/ext2fs/ext2_inode.c
@@ -505,7 +505,7 @@ out:
* so that it can be reused immediately.
*/
if (ip->i_mode == 0)
- vrecycle(vp, td);
+ vrecycle(vp, NULL, td);
return (error);
}