From: "Chen, Kenneth W" <kenneth.w.chen@intel.com>
To: "'Andrew Morton'" <akpm@osdl.org>,
"'Suparna Bhattacharya'" <suparna@in.ibm.com>
Cc: <linux-kernel@vger.kernel.org>
Subject: [patch] clean up unused kiocb variables
Date: Thu, 21 Sep 2006 11:53:40 -0700 [thread overview]
Message-ID: <000001c6ddaf$40d4eff0$ff0da8c0@amr.corp.intel.com> (raw)
Any reason why we keep these two variables around for kiocb structure?
They are not used anywhere.
Patch to tidy up kiocb structure.
Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
--- ./include/linux/aio.h.orig 2006-09-21 10:03:36.000000000 -0700
+++ ./include/linux/aio.h 2006-09-21 10:03:56.000000000 -0700
@@ -110,8 +110,6 @@
char __user *ki_buf; /* remaining iocb->aio_buf */
size_t ki_left; /* remaining bytes */
long ki_retried; /* just for testing */
- long ki_kicked; /* just for testing */
- long ki_queued; /* just for testing */
struct list_head ki_list; /* the aio core uses this
* for cancellation */
next reply other threads:[~2006-09-21 18:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-21 18:53 Chen, Kenneth W [this message]
2006-09-21 19:33 ` Zach Brown
2006-09-21 20:26 ` Chen, Kenneth W
2006-09-21 20:30 ` Zach Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000001c6ddaf$40d4eff0$ff0da8c0@amr.corp.intel.com' \
--to=kenneth.w.chen@intel.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=suparna@in.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome