Merge tag 'vfio-v3.16-rc1' of git://github.com/awilliam/linux-vfio into next
[cascardo/linux.git] / net / unix / af_unix.c
index bb7e8ba..749f80c 100644 (file)
@@ -1207,7 +1207,7 @@ restart:
        sk->sk_state    = TCP_ESTABLISHED;
        sock_hold(newsk);
 
-       smp_mb__after_atomic_inc();     /* sock_hold() does an atomic_inc() */
+       smp_mb__after_atomic(); /* sock_hold() does an atomic_inc() */
        unix_peer(sk)   = newsk;
 
        unix_state_unlock(sk);