aboutsummaryrefslogtreecommitdiffstats
path: root/block/ll_rw_blk.c
diff options
context:
space:
mode:
Diffstat (limited to 'block/ll_rw_blk.c')
-rw-r--r--block/ll_rw_blk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c
index d38b4afa37ef..f9fc07efd2da 100644
--- a/block/ll_rw_blk.c
+++ b/block/ll_rw_blk.c
@@ -2579,6 +2579,8 @@ void disk_round_stats(struct gendisk *disk)
2579 disk->stamp = now; 2579 disk->stamp = now;
2580} 2580}
2581 2581
2582EXPORT_SYMBOL_GPL(disk_round_stats);
2583
2582/* 2584/*
2583 * queue lock must be held 2585 * queue lock must be held
2584 */ 2586 */