]> Pileus Git - ~andy/linux/blobdiff - net/netfilter/ipvs/ip_vs_app.c
Merge remote branch 'origin' into for-next
[~andy/linux] / net / netfilter / ipvs / ip_vs_app.c
index 52856178c9d775eaa1b77cb35f0be75ee3e2fc86..64f9e8f13207e94463240b330abc668fd607df70 100644 (file)
@@ -313,7 +313,7 @@ vs_fix_ack_seq(const struct ip_vs_seq *vseq, struct tcphdr *th)
  *     Assumes already checked proto==IPPROTO_TCP and diff!=0.
  */
 static inline void vs_seq_update(struct ip_vs_conn *cp, struct ip_vs_seq *vseq,
-                                unsigned flag, __u32 seq, int diff)
+                                unsigned int flag, __u32 seq, int diff)
 {
        /* spinlock is to keep updating cp->flags atomic */
        spin_lock(&cp->lock);