Re: [PATCH v3] net: introduce helper macro for_each_cmsghdr

2014-12-10 Thread David Miller
From: Gu Zheng Date: Thu, 11 Dec 2014 11:22:04 +0800 > Introduce helper macro for_each_cmsghdr as a wrapper of the enumerating > cmsghdr from msghdr, just cleanup. > > Signed-off-by: Gu Zheng > --- > v3: > -drop the changes about user-land programs as David suggested. > v2: > -use the

[PATCH v3] net: introduce helper macro for_each_cmsghdr

2014-12-10 Thread Gu Zheng
Introduce helper macro for_each_cmsghdr as a wrapper of the enumerating cmsghdr from msghdr, just cleanup. Signed-off-by: Gu Zheng --- v3: -drop the changes about user-land programs as David suggested. v2: -use the lower-case macro name as Joe suggested. crypto/af_alg.c|2 +-

[PATCH v3] net: introduce helper macro for_each_cmsghdr

2014-12-10 Thread Gu Zheng
Introduce helper macro for_each_cmsghdr as a wrapper of the enumerating cmsghdr from msghdr, just cleanup. Signed-off-by: Gu Zheng guz.f...@cn.fujitsu.com --- v3: -drop the changes about user-land programs as David suggested. v2: -use the lower-case macro name as Joe suggested.

Re: [PATCH v3] net: introduce helper macro for_each_cmsghdr

2014-12-10 Thread David Miller
From: Gu Zheng guz.f...@cn.fujitsu.com Date: Thu, 11 Dec 2014 11:22:04 +0800 Introduce helper macro for_each_cmsghdr as a wrapper of the enumerating cmsghdr from msghdr, just cleanup. Signed-off-by: Gu Zheng guz.f...@cn.fujitsu.com --- v3: -drop the changes about user-land programs as