All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] block/blk-iopoll.c: use iop instead of iopoll
@ 2014-05-02 16:21 Fabian Frederick
  2014-05-02 17:37 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Frederick @ 2014-05-02 16:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, Jens Axboe

All blk_iopoll functions use iop for parent iopoll structure except
blk_iopoll_complete.This also fixes one kernel-doc warning.

Cc: Jens Axboe <axboe@kernel.dk>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 block/blk-iopoll.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/block/blk-iopoll.c b/block/blk-iopoll.c
index c11d24e..d828b44 100644
--- a/block/blk-iopoll.c
+++ b/block/blk-iopoll.c
@@ -64,12 +64,12 @@ EXPORT_SYMBOL(__blk_iopoll_complete);
  *     iopoll handler will not be invoked again before blk_iopoll_sched_prep()
  *     is called.
  **/
-void blk_iopoll_complete(struct blk_iopoll *iopoll)
+void blk_iopoll_complete(struct blk_iopoll *iop)
 {
 	unsigned long flags;
 
 	local_irq_save(flags);
-	__blk_iopoll_complete(iopoll);
+	__blk_iopoll_complete(iop);
 	local_irq_restore(flags);
 }
 EXPORT_SYMBOL(blk_iopoll_complete);
-- 
1.8.4.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] block/blk-iopoll.c: use iop instead of iopoll
  2014-05-02 16:21 [PATCH 1/1] block/blk-iopoll.c: use iop instead of iopoll Fabian Frederick
@ 2014-05-02 17:37 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2014-05-02 17:37 UTC (permalink / raw)
  To: Fabian Frederick, linux-kernel; +Cc: akpm

On 05/02/2014 10:21 AM, Fabian Frederick wrote:
> All blk_iopoll functions use iop for parent iopoll structure except
> blk_iopoll_complete.This also fixes one kernel-doc warning.

Applied, thanks.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-02 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-02 16:21 [PATCH 1/1] block/blk-iopoll.c: use iop instead of iopoll Fabian Frederick
2014-05-02 17:37 ` Jens Axboe

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.