Re: [PATCH nf-next 0/4] netfilter: replace u_int*_t with kernel int types (batch 3)
Florian Westphal <[email protected]>
| Newsgroups | gmane.comp.security.firewalls.netfilter.devel |
|---|---|
| Message-ID | <[email protected]> |
Carlos Grillet <[email protected]> wrote: > This patch series replaces POSIX u_int8_t/u_int16_t/u_int32_t with the > preferred kernel types u8/u16/u32 across several netfilter files and > updates the corresponding header definition. > > This continues the work started in: > https://lore.kernel.org/all/[email protected] > > No functional changes. > > Carlos Grillet (4): > netfilter: ip_vs_core: replace u_int32_t with u32 This one is fine, its the only occurence. > netfilter: nf_conntrack_sip: replace u_int16_t with u16 No need to send a v2, I "fixed" this locally, but this could have been 'netfilter: nf_conntrack: replace u_int16_t with u16' nf_conntrack_core.c | 4 ++-- nf_conntrack_irc.c | 4 ++-- nf_conntrack_netlink.c | 6 +++--- nf_conntrack_pptp.c | 8 ++++---- nf_conntrack_sip.c | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) > netfilter: nf_nat_amanda: replace u_int16_t with u16 > netfilter: nfnetlink_osf: replace u_int8_t with u8 I'm not applying these two. Please find a way to make larger logical changesets. These one-lines are just extra churn. E.g. make one patch for nf_nat. Or address all of u8/18/u32 in same change.