All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] include/linux/genhd.h: remove comments for deprecated function
@ 2015-11-12 17:05 Gioh Kim
  0 siblings, 0 replies; only message in thread
From: Gioh Kim @ 2015-11-12 17:05 UTC (permalink / raw)
  To: Jens Axboe, Dan Williams, Tejun Heo; +Cc: linux-kernel, Gioh Kim

Remove comments about disk_stat_* functions which are deprecated.

Signed-off-by: Gioh Kim <gi-oh.kim@profitbricks.com>
---
 include/linux/genhd.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/linux/genhd.h b/include/linux/genhd.h
index 847cc1d..f34a767 100644
--- a/include/linux/genhd.h
+++ b/include/linux/genhd.h
@@ -305,11 +305,11 @@ extern struct hd_struct *disk_map_sector_rcu(struct gendisk *disk,
 					     sector_t sector);
 
 /*
- * Macros to operate on percpu disk statistics:
+ * Macros to operate on percpu partition statistics:
  *
- * {disk|part|all}_stat_{add|sub|inc|dec}() modify the stat counters
- * and should be called between disk_stat_lock() and
- * disk_stat_unlock().
+ * part_stat_{add|sub|inc|dec}() modify the stat counters
+ * and should be called between part_stat_lock() and
+ * part_stat_unlock().
  *
  * part_stat_read() can be called at any time.
  *
-- 
2.5.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-12 17:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-12 17:05 [PATCH] include/linux/genhd.h: remove comments for deprecated function Gioh Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.