]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SCSI] libiscsi: don't bugon when if user sets markers
authorMike Christie <michaelc@cs.wisc.edu>
Mon, 25 Jul 2011 18:48:48 +0000 (13:48 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 24 Aug 2011 05:47:05 +0000 (22:47 -0700)
commit8d2fcb425018e713a63a71091d5bd15e9727c752
tree3db1f6741394cd7d1514a345cdfea2dac7a6e035
parentdd4d3f9bf85e6fbbf33cf4458cbb56628e16b4fb
[SCSI] libiscsi: don't bugon when if user sets markers

libiscsi does not support markers and if someone tries
to set them the driver does a BUG(). There is not need
to be that extreme. Just return -ENOSYS.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/libiscsi.c