* [patch] aio: remove unused function, aio_run_iocbs
@ 2011-01-05 21:19 Jeff Moyer
0 siblings, 0 replies; only message in thread
From: Jeff Moyer @ 2011-01-05 21:19 UTC (permalink / raw)
To: linux-kernel, linux-aio, akpm
Hi,
aio_run_iocbs is not used at all, so get rid of it.
Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
diff --git a/fs/aio.c b/fs/aio.c
index 8c8f6c5..6ca2f96 100644
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -798,30 +798,14 @@ static void aio_queue_work(struct kioctx * ctx)
queue_delayed_work(aio_wq, &ctx->wq, timeout);
}
-
/*
- * aio_run_iocbs:
+ * aio_run_all_iocbs:
* Process all pending retries queued on the ioctx
- * run list.
+ * run list, and keep running them until the list
+ * stays empty.
* Assumes it is operating within the aio issuer's mm
* context.
*/
-static inline void aio_run_iocbs(struct kioctx *ctx)
-{
- int requeue;
-
- spin_lock_irq(&ctx->ctx_lock);
-
- requeue = __aio_run_iocbs(ctx);
- spin_unlock_irq(&ctx->ctx_lock);
- if (requeue)
- aio_queue_work(ctx);
-}
-
-/*
- * just like aio_run_iocbs, but keeps running them until
- * the list stays empty
- */
static inline void aio_run_all_iocbs(struct kioctx *ctx)
{
spin_lock_irq(&ctx->ctx_lock);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-05 21:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-05 21:19 [patch] aio: remove unused function, aio_run_iocbs Jeff Moyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®