diff options
author | Bart Van Assche <bart.vanassche@sandisk.com> | 2015-05-13 09:19:02 +0200 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-05-14 21:13:37 -0700 |
commit | 6c2faeaa0ecc67098106771cba8b7ed1e99a1b5f (patch) | |
tree | 5bcdca50becb2fb1b390cd6092e62c65bcb96c59 /include/target | |
parent | 63509c60bbc62120fb0e3b287c86ac036b893d90 (diff) |
target: Add missing parentheses
Code like " &= ~CMD_T_BUSY | ..." only clears CMD_T_BUSY but not
the other flag. Modify these statements such that both flags are
cleared.
(Fix fuzz for target_write_prot_action code in mainline - nab)
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
0 files changed, 0 insertions, 0 deletions