Skip to content

Commit

Permalink
Merge branch 'master' of git://1984.lsi.us.es/net
Browse files Browse the repository at this point in the history
  • Loading branch information
David S. Miller committed Apr 3, 2012
2 parents cff4c16 + 44b52bc commit 9b46178
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/linux/netfilter/xt_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ struct xt_set_info_target_v1 {
struct xt_set_info_target_v2 {
struct xt_set_info add_set;
struct xt_set_info del_set;
u32 flags;
u32 timeout;
__u32 flags;
__u32 timeout;
};

#endif /*_XT_SET_H*/
2 changes: 1 addition & 1 deletion include/net/netfilter/xt_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static void sb_close(struct sbuff *m)
if (likely(m != &emergency))
kfree(m);
else {
xchg(&emergency_ptr, m);
emergency_ptr = m;
local_bh_enable();
}
}
Expand Down
2 changes: 2 additions & 0 deletions net/netfilter/xt_CT.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,10 @@ static int xt_ct_tg_check_v1(const struct xt_tgchk_param *par)
info->ct = ct;
return 0;

#ifdef CONFIG_NF_CONNTRACK_TIMEOUT
err4:
rcu_read_unlock();
#endif
err3:
nf_conntrack_free(ct);
err2:
Expand Down

0 comments on commit 9b46178

Please sign in to comment.