diff options
| author | Ingo Molnar <mingo@kernel.org> | 2016-12-11 13:10:40 +0100 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2016-12-11 13:10:40 +0100 |
| commit | 6643aab30f88e2929bcc401a9ae39bf6f1c0b61d (patch) | |
| tree | 72c43e9d7287aef9b8d9699491038edc1929f1f2 /net/ipv4/esp4.c | |
| parent | 8fb9dcbdc3619741c10c573199d804161c34c89a (diff) | |
| parent | 045169816b31b10faed984b01c390db1b32ee4c1 (diff) | |
| download | talos-op-linux-6643aab30f88e2929bcc401a9ae39bf6f1c0b61d.tar.gz talos-op-linux-6643aab30f88e2929bcc401a9ae39bf6f1c0b61d.zip | |
Merge branch 'linus' into sched/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'net/ipv4/esp4.c')
| -rw-r--r-- | net/ipv4/esp4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/esp4.c b/net/ipv4/esp4.c index d95631d09248..20fb25e3027b 100644 --- a/net/ipv4/esp4.c +++ b/net/ipv4/esp4.c @@ -476,7 +476,7 @@ static int esp_input(struct xfrm_state *x, struct sk_buff *skb) esph = (void *)skb_push(skb, 4); *seqhi = esph->spi; esph->spi = esph->seq_no; - esph->seq_no = htonl(XFRM_SKB_CB(skb)->seq.input.hi); + esph->seq_no = XFRM_SKB_CB(skb)->seq.input.hi; aead_request_set_callback(req, 0, esp_input_done_esn, skb); } |

