]> git.karo-electronics.de Git - karo-tx-linux.git/commit
scsi_dh_emc: request flag cleanup
authorMike Christie <michaelc@cs.wisc.edu>
Sat, 10 Apr 2010 03:07:37 +0000 (22:07 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 14 Mar 2012 14:57:46 +0000 (10:57 -0400)
commit615abdcb248dd75db8d1d5fb98a2194a21ab8e4b
treeccaec11aab1d2e140a50c557d2662e3db684a45b
parentdb95b2787efa3156d155b766f07347da4018602b
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: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/scsi/device_handler/scsi_dh_emc.c