Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132317
b: refs/heads/master
c: a7e84f2
h: refs/heads/master
i:
  132315: 370f457
v: v3
  • Loading branch information
Vasu Dev authored and James Bottomley committed Mar 6, 2009
1 parent 4ac1d78 commit 9e3b9b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 78342da3682ec843e3e6301af5c723c88a46c408
refs/heads/master: a7e84f2b83f17f8f11da34ccef3ba5a862dc0182
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libfc/fc_exch.c
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ static void fc_exch_recv_abts(struct fc_exch *ep, struct fc_frame *rx_fp)
ap->ba_high_seq_cnt = fh->fh_seq_cnt;
ap->ba_low_seq_cnt = htons(sp->cnt);
}
sp = fc_seq_start_next(sp);
sp = fc_seq_start_next_locked(sp);
spin_unlock_bh(&ep->ex_lock);
fc_seq_send_last(sp, fp, FC_RCTL_BA_ACC, FC_TYPE_BLS);
fc_frame_free(rx_fp);
Expand Down

0 comments on commit 9e3b9b6

Please sign in to comment.