arch: Mass conversion of smp_mb__*()
[deliverable/linux.git] / include / linux / buffer_head.h
index c40302f909ce00910260e2818dd712d658257a77..7cbf837a279c02f12baac4241a93e5786f3b3547 100644 (file)
@@ -278,7 +278,7 @@ static inline void get_bh(struct buffer_head *bh)
 
 static inline void put_bh(struct buffer_head *bh)
 {
-        smp_mb__before_atomic_dec();
+        smp_mb__before_atomic();
         atomic_dec(&bh->b_count);
 }
 
This page took 0.025607 seconds and 5 git commands to generate.