]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/buffer_head.h
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / include / linux / buffer_head.h
index e05c7ecdb24d13f037ab5ed222a8858d783e5a00..324329ceea1e89c48b8170f8886e4b0c88066e91 100644 (file)
@@ -276,7 +276,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);
 }