diff options
author | Jayamohan Kallickal <jayamohan.kallickal@emulex.com> | 2014-08-08 01:00:00 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-09-16 09:09:46 -0700 |
commit | a3d313ea56fada1c73be022140b8d2b14ff1fc7b (patch) | |
tree | a2a4449c3589330dc34a7c9cfaa990977c349f48 /drivers/scsi/be2iscsi/be_main.h | |
parent | 65c5efa8166d146c088bef6e004f827c1070d826 (diff) | |
download | op-kernel-dev-a3d313ea56fada1c73be022140b8d2b14ff1fc7b.zip op-kernel-dev-a3d313ea56fada1c73be022140b8d2b14ff1fc7b.tar.gz |
be2iscsi: Fix updating the boot enteries in sysfs
During port async event driver should check if there is any boot target
configured on the adapter. Update sysfs enteries with the boot target
parameters.
Signed-off-by: Minh Tran <minhduc.tran@emulex.com>
Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/be2iscsi/be_main.h')
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h index 0ca9d2d..1e3428a 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h @@ -104,6 +104,7 @@ #define BE_ADAPTER_LINK_DOWN 0x002 #define BE_ADAPTER_PCI_ERR 0x004 #define BE_ADAPTER_STATE_SHUTDOWN 0x008 +#define BE_ADAPTER_CHECK_BOOT 0x010 #define BEISCSI_CLEAN_UNLOAD 0x01 |