MT4 if_fwsubr.c:1.6:

date: 2004/08/22 14:48:55;  author: rwatson;  state: Exp;  lines: +0 -2
  Don't need to assert Giant in fw_output(), only in the firewire start
  routine.

Approved by:	re (scottl)
This commit is contained in:
Robert Watson 2004-08-24 14:16:08 +00:00
parent e1bcce4f46
commit b84209fbec

View File

@ -328,8 +328,6 @@ firewire_input_fragment(struct fw_com *fc, struct mbuf *m, int src)
int fstart, fend, start, end, islast;
uint32_t id;
GIANT_REQUIRED;
/*
* Find an existing reassembly buffer or create a new one.
*/