arch: Mass conversion of smp_mb__*()
[deliverable/linux.git] / drivers / md / bcache / bcache.h
index 82c9c5d35251f643b325b7e2075f03d66532833c..d2ebcf3230942ab7872025c9fbf177ae515aded4 100644 (file)
@@ -828,7 +828,7 @@ static inline bool cached_dev_get(struct cached_dev *dc)
                return false;
 
        /* Paired with the mb in cached_dev_attach */
-       smp_mb__after_atomic_inc();
+       smp_mb__after_atomic();
        return true;
 }
 
This page took 0.02321 seconds and 5 git commands to generate.