commit | da52f22fa924b4a21d8e11fbfd3eeebd7a90a366 | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Thu May 29 15:11:30 2014 -0400 |
committer | Jens Axboe <axboe@fb.com> | Thu May 29 13:38:50 2014 -0600 |
tree | 0475d64bf3792c4427f16844f1b914a3e8f0dc83 | |
parent | 4b570521be54666e6ad7e5f47af92fd609fbd8b5 [diff] |
block: remove dead code in scsi_ioctl:blk_verify_command filter gets assigned the address of blk_default_cmd_filter on entry to this function, so the !filter condition can never be true. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Jens Axboe <axboe@fb.com>