From 5d871e7940b4bceffdb453f07f138c240283aacc Mon Sep 17 00:00:00 2001 From: Alan Stern Date: Tue, 10 Jan 2012 13:43:04 -0500 Subject: [PATCH] --- yaml --- r: 289424 b: refs/heads/master c: de8c46bfc032fbdf490cfb67f534d2a0188ebeb0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/scsi/scsi_device.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 46e5cfb6d457..2194d962c8f8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0cb54a3e47cb4baf0bc7463f0a64cfeae5e35697 +refs/heads/master: de8c46bfc032fbdf490cfb67f534d2a0188ebeb0 diff --git a/trunk/include/scsi/scsi_device.h b/trunk/include/scsi/scsi_device.h index 77273f2fdd80..01cb3c4cb74d 100644 --- a/trunk/include/scsi/scsi_device.h +++ b/trunk/include/scsi/scsi_device.h @@ -246,8 +246,8 @@ struct scsi_target { unsigned int single_lun:1; /* Indicates we should only * allow I/O to one of the luns * for the device at a time. */ - unsigned int pdt_1f_for_no_lun; /* PDT = 0x1f */ - /* means no lun present */ + unsigned int pdt_1f_for_no_lun:1; /* PDT = 0x1f + * means no lun present. */ /* commands actually active on LLD. protected by host lock. */ unsigned int target_busy; /*