]> Pileus Git - ~andy/linux/blobdiff - net/ipv6/ip6_output.c
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / net / ipv6 / ip6_output.c
index 5e31a909a2b0c215df8266a76f28d2d0218e9790..59df872e2f4d62f68b583ff40218d68c5d5189df 100644 (file)
@@ -910,7 +910,7 @@ static int ip6_dst_lookup_tail(struct sock *sk,
 
 out_err_release:
        if (err == -ENETUNREACH)
-               IP6_INC_STATS_BH(net, NULL, IPSTATS_MIB_OUTNOROUTES);
+               IP6_INC_STATS(net, NULL, IPSTATS_MIB_OUTNOROUTES);
        dst_release(*dst);
        *dst = NULL;
        return err;