diff options
Diffstat (limited to 'block/blk-cgroup.h')
-rw-r--r-- | block/blk-cgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-cgroup.h b/block/blk-cgroup.h index 222063d36355..ef6550a67a69 100644 --- a/block/blk-cgroup.h +++ b/block/blk-cgroup.h | |||
@@ -279,7 +279,7 @@ static inline void blkg_rwstat_add(struct blkg_rwstat *rwstat, | |||
279 | * This function can be called without synchronization and takes care of | 279 | * This function can be called without synchronization and takes care of |
280 | * u64 atomicity. | 280 | * u64 atomicity. |
281 | */ | 281 | */ |
282 | static struct blkg_rwstat blkg_rwstat_read(struct blkg_rwstat *rwstat) | 282 | static inline struct blkg_rwstat blkg_rwstat_read(struct blkg_rwstat *rwstat) |
283 | { | 283 | { |
284 | unsigned int start; | 284 | unsigned int start; |
285 | struct blkg_rwstat tmp; | 285 | struct blkg_rwstat tmp; |