diff options
| author | Doug Moore <dougm@FreeBSD.org> | 2024-08-21 20:48:59 +0000 |
|---|---|---|
| committer | Doug Moore <dougm@FreeBSD.org> | 2024-08-21 20:48:59 +0000 |
| commit | d48524e21f1a49752485418324538755571ed13f (patch) | |
| tree | e0a49d5bfc61e684ecd205aa815cc46bc9b8bba1 /sys/dev/xen/privcmd | |
| parent | d668a0b0abe4b079ac2a0d9cd0d7b71bd4a043c6 (diff) | |
Diffstat (limited to 'sys/dev/xen/privcmd')
| -rw-r--r-- | sys/dev/xen/privcmd/privcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/privcmd/privcmd.c b/sys/dev/xen/privcmd/privcmd.c index 02e268b23d42..c04ac287183b 100644 --- a/sys/dev/xen/privcmd/privcmd.c +++ b/sys/dev/xen/privcmd/privcmd.c @@ -135,7 +135,7 @@ retry: continue; if (vm_page_busy_acquire(m, VM_ALLOC_WAITFAIL) == 0) goto retry; - cdev_pager_free_page(map->mem, m); + cdev_mgtdev_pager_free_page(map->mem, m); } VM_OBJECT_WUNLOCK(map->mem); |
