summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt.c
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2013-04-14 10:14:26 +0000
committermav <mav@FreeBSD.org>2013-04-14 10:14:26 +0000
commitdbf6d138beaf0a6589c82642a55b7026c95053ea (patch)
treecd6b85b2c910c48b0cef24fc0bd8f9424aad1cf0 /sys/cam/cam_xpt.c
parent3d32e6b10c85bbbaea953937412778787bba3629 (diff)
downloadFreeBSD-src-dbf6d138beaf0a6589c82642a55b7026c95053ea.zip
FreeBSD-src-dbf6d138beaf0a6589c82642a55b7026c95053ea.tar.gz
Remove owner field from struct cam_ed, unused at least since FreeBSD 7.
Diffstat (limited to 'sys/cam/cam_xpt.c')
-rw-r--r--sys/cam/cam_xpt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 245a565..172b225 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -4428,7 +4428,6 @@ xpt_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id)
SLIST_INIT(&device->asyncs);
SLIST_INIT(&device->periphs);
device->generation = 0;
- device->owner = NULL;
device->flags = CAM_DEV_UNCONFIGURED;
device->tag_delay_count = 0;
device->tag_saved_openings = 0;
OpenPOWER on IntegriCloud