diff options
| author | Alan Cox <alc@FreeBSD.org> | 2011-06-29 16:40:41 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2011-06-29 16:40:41 +0000 |
| commit | 6bbee8e28ac29f267af2a8e2a7d8bc33a93c7158 (patch) | |
| tree | bffb0499b364b344b9d5ddbae978932a240d3045 /sys/fs/tmpfs | |
| parent | b37e0f6e9acd612db80c6dade85adfd6aa0d76d0 (diff) | |
Notes
Diffstat (limited to 'sys/fs/tmpfs')
| -rw-r--r-- | sys/fs/tmpfs/tmpfs_subr.c | 2 |
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); } /* |
