[SCSI] scsi_dh_emc: request flag cleanup
authorMike Christie <michaelc@cs.wisc.edu>
Sat, 10 Apr 2010 03:07:37 +0000 (22:07 -0500)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 11 Apr 2010 19:04:02 +0000 (14:04 -0500)
commit5738d4449c1baf05e8345684d12371f76296473d
tree00710629fd26aff9dc7c55c1aebc9d32c692e2a0
parentef7d17a907d89d590831a3995ed8638a9ad394bc
[SCSI] scsi_dh_emc: request flag cleanup

blk_get_request sets the cmd_flags, so we should not and do not
need to set them. If we did set them to a different value then
it can cause a oops in the elevator code.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/device_handler/scsi_dh_emc.c