[IPV4] ip_fragment: Always compute hash with ipfrag_lock held.
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 10 Apr 2006 05:43:55 +0000 (22:43 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 10 Apr 2006 05:43:55 +0000 (22:43 -0700)
Otherwise we could compute an inaccurate hash due to the
random seed changing.

Noticed by Zach Brown and patch is based upon some feedback
from Herbert Xu.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found