[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200911121707.26224.lgrijincu@ixiacom.com>
Date: Thu, 12 Nov 2009 17:07:26 +0200
From: Lucian Adrian Grijincu <lgrijincu@...acom.com>
To: netdev@...r.kernel.org, Octavian Purdila <opurdila@...acom.com>
Subject: [PATCH] inet: fix inet_bind_bucket_for_each
The first "node" is supposed to be the cursor used in the for_each.
The second "node" is ment literally and should not be macro expanded:
it's the name of the hlist_node field from the inet_bind_bucket.
This currently works because when inet_bind_bucket_for_each is called
it's argument is still "node".
Signed-off-by: Lucian Adrian Grijincu <lgrijincu@...acom.com>
---
include/net/inet_hashtables.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
View attachment "0001-inet-fix-inet_bind_bucket_for_each.patch" of type "text/plain" (543 bytes)
Powered by blists - more mailing lists