diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2022-03-24 10:10:03 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2022-03-24 10:20:51 +0000 |
| commit | bb92cd7bcd16f3f36cdbda18d8193619892715fb (patch) | |
| tree | 76d20509830b20fb047be82e35f7b5097138dfcd /sys/dev/xen/blkback | |
| parent | 9b597132aea7d75810ca90258022f81d07971444 (diff) | |
Diffstat (limited to 'sys/dev/xen/blkback')
| -rw-r--r-- | sys/dev/xen/blkback/blkback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/blkback/blkback.c b/sys/dev/xen/blkback/blkback.c index 792933402c93..33414295bf5e 100644 --- a/sys/dev/xen/blkback/blkback.c +++ b/sys/dev/xen/blkback/blkback.c @@ -2711,7 +2711,7 @@ xbb_open_backend(struct xbb_softc *xbb) return (error); } - NDFREE(&nd, NDF_ONLY_PNBUF); + NDFREE_PNBUF(&nd); xbb->vn = nd.ni_vp; |
