Re: [PATCH] sock: use hlist_entry_safe

2017-01-20 Thread David Miller
From: Geliang Tang Date: Fri, 20 Jan 2017 22:27:04 +0800 > Use hlist_entry_safe() instead of open-coding it. > > Signed-off-by: Geliang Tang Applied.

[PATCH] sock: use hlist_entry_safe

2017-01-20 Thread Geliang Tang
Use hlist_entry_safe() instead of open-coding it. Signed-off-by: Geliang Tang --- include/net/sock.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/net/sock.h b/include/net/sock.h index 4077ec4..c4e1caf1 100644 --- a/include/net/sock.h +++