diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2008-08-28 15:23:18 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2008-08-28 15:23:18 +0000 |
| commit | 0359a12eadcd66a9298e283fc5f3c90a9393322a (patch) | |
| tree | 61fe2ab5660fec327061e18eda0ed8c65276f262 /sys/dev/xen | |
| parent | 57b00b9998798e15bb18275d710ebb6cb7ed8423 (diff) | |
Notes
Diffstat (limited to 'sys/dev/xen')
| -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 630a0bda9ae4..a418c6d9ca55 100644 --- a/sys/dev/xen/blkback/blkback.c +++ b/sys/dev/xen/blkback/blkback.c @@ -1100,7 +1100,7 @@ open_device(blkif_t *blkif) blkif->csw = dev_refthread(blkif->cdev); PANIC_IF(blkif->csw == NULL); - err = VOP_GETATTR(blkif->vn, &vattr, NOCRED, curthread); + err = VOP_GETATTR(blkif->vn, &vattr, NOCRED); if (err) { xenbus_dev_fatal(blkif->xdev, err, "error getting vnode attributes for device %s", blkif->dev_name); |
