Re: [PATCH v7 1/6] block: genhd: add an interface to set disk poll interval

2012-09-20 Thread Rafael J. Wysocki
Please add a changelog explaining who's going to use the new interface, in addition to the original user of that code, and why it is exported. Thanks, Rafael On Wednesday, September 12, 2012, Aaron Lu wrote: > Signed-off-by: Aaron Lu > --- > block/genhd.c | 23 +-- >

[PATCH v7 1/6] block: genhd: add an interface to set disk poll interval

2012-09-12 Thread Aaron Lu
Signed-off-by: Aaron Lu --- block/genhd.c | 23 +-- include/linux/genhd.h | 1 + 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/block/genhd.c b/block/genhd.c index cac7366..4244256 100644 --- a/block/genhd.c +++ b/block/genhd.c @@ -1627,6 +1627,19 @@