ieee1394: sbp2: recheck node generation in sbp2_update
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Mon, 14 Aug 2006 16:46:00 +0000 (18:46 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 17 Sep 2006 17:34:33 +0000 (19:34 +0200)
commit4fc383c09d14783ca7d7e97e2134abbe7dc43230
treec1163633adfea681f340d3a42814aaded3ef6515
parent1f427e8055b1ab408395d6da421d93783120484c
ieee1394: sbp2: recheck node generation in sbp2_update

While sbp2_update() is doing its duties after a bus reset, another reset
could happen.  Don't accept new requests until the next undisturbed
sbp2_update() or until sbp2_remove().

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/sbp2.c