Commit 99773aab0377ee5bcaf37b7cd2577c3465422dab

Authored by FUJITA Tomonori
Committed by James Bottomley
1 parent 842ea771c3

[SCSI] bsg: no need to set BSG_F_BLOCK bit in bsg_complete_all_commands

Before bsg_complete_all_commands is called, BSG_F_BLOCK bit is always
set.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -467,8 +467,6 @@
467 467  
468 468 dprintk("%s: entered\n", bd->name);
469 469  
470   - set_bit(BSG_F_BLOCK, &bd->flags);
471   -
472 470 /*
473 471 * wait for all commands to complete
474 472 */