]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SCSI] scsi_debug: reduce duplication between prot_verify_read and prot_verify_write
authorAkinobu Mita <akinobu.mita@gmail.com>
Sat, 29 Jun 2013 08:59:19 +0000 (17:59 +0900)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 9 Jul 2013 11:13:42 +0000 (12:13 +0100)
commitbeb40ea42bd65511bc275a7d58d3753835906be5
tree5889e5f2aa73d5b9a32f6d0d55fd2c808a5216de
parente18d8bea33077d259cc826c6d3fa76d36af61876
[SCSI] scsi_debug: reduce duplication between prot_verify_read and prot_verify_write

In order to reduce code duplication between prot_verify_read() and
prot_verify_write(), this moves common code into the new functions.

[jejb: fix unitialised variable warning]
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Douglas Gilbert <dgilbert@interlog.com>
Acked-by: "Martin K. Petersen" <martin.petersen@oracle.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/scsi_debug.c