Re: [PATCH] neigh: always use hash_mask under tbl lock

2006-10-03 Thread David Miller
From: Julian Anastasov <[EMAIL PROTECTED]> Date: Tue, 3 Oct 2006 03:05:51 +0300 (EEST) > > Make sure hash_mask is protected with tbl->lock in all > cases just like the hash_buckets. > > Signed-off-by: Julian Anastasov <[EMAIL PROTECTED]> Applied, thanks Julian. I'll push this to -stable

[PATCH] neigh: always use hash_mask under tbl lock

2006-10-02 Thread Julian Anastasov
Make sure hash_mask is protected with tbl->lock in all cases just like the hash_buckets. Signed-off-by: Julian Anastasov <[EMAIL PROTECTED]> --- I just noticed this in sources. Let me know if such change is valid and desired for 2.4 or stable tree. Compiles on 2.6.18 and 2.6.18-gi