scsi_dh_emc: request flag cleanup
commit04333e7c8fcee3212f21b0c431de3f454e3775f3
authorMike Christie <michaelc@cs.wisc.edu>
Sat, 10 Apr 2010 03:07:37 +0000 (9 22:07 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 9 May 2011 22:55:34 +0000 (9 15:55 -0700)
tree7ebef559b4e215d3da581ec3d6c98be255ddd762
parent4e2336131d90138320ee998c484c0799ec7dfbaa
scsi_dh_emc: request flag cleanup

commit 5738d4449c1baf05e8345684d12371f76296473d upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/scsi/device_handler/scsi_dh_emc.c