aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/tmpfs
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2011-06-29 16:40:41 +0000
committerAlan Cox <alc@FreeBSD.org>2011-06-29 16:40:41 +0000
commit6bbee8e28ac29f267af2a8e2a7d8bc33a93c7158 (patch)
treebffb0499b364b344b9d5ddbae978932a240d3045 /sys/fs/tmpfs
parentb37e0f6e9acd612db80c6dade85adfd6aa0d76d0 (diff)
Notes
Diffstat (limited to 'sys/fs/tmpfs')
-rw-r--r--sys/fs/tmpfs/tmpfs_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/tmpfs/tmpfs_subr.c b/sys/fs/tmpfs/tmpfs_subr.c
index 5a07a4534f67..e9324cfd87c3 100644
--- a/sys/fs/tmpfs/tmpfs_subr.c
+++ b/sys/fs/tmpfs/tmpfs_subr.c
@@ -926,7 +926,7 @@ tmpfs_reg_resize(struct vnode *vp, off_t newsize)
if (newpages < oldpages) {
swap_pager_freespace(uobj, newpages, oldpages -
newpages);
- vm_object_page_remove(uobj, newpages, 0, FALSE);
+ vm_object_page_remove(uobj, newpages, 0, 0);
}
/*