diff options
Diffstat (limited to 'include/linux/genhd.h')
-rw-r--r-- | include/linux/genhd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h index 9f3c275e053e..ec274e0f4ed2 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h | |||
@@ -649,7 +649,7 @@ static inline void hd_ref_init(struct hd_struct *part) | |||
649 | static inline void hd_struct_get(struct hd_struct *part) | 649 | static inline void hd_struct_get(struct hd_struct *part) |
650 | { | 650 | { |
651 | atomic_inc(&part->ref); | 651 | atomic_inc(&part->ref); |
652 | smp_mb__after_atomic_inc(); | 652 | smp_mb__after_atomic(); |
653 | } | 653 | } |
654 | 654 | ||
655 | static inline int hd_struct_try_get(struct hd_struct *part) | 655 | static inline int hd_struct_try_get(struct hd_struct *part) |