diff options
author | Chen, Kenneth W <kenneth.w.chen@intel.com> | 2006-09-30 23:28:50 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-01 00:39:29 -0700 |
commit | 31608214fe21dc31d8046679054ab033b1fe5cf1 (patch) | |
tree | 83c092cdafbff5695e6e65d0478b6d7b4e0a55b0 /include/linux | |
parent | eed4e51fb60c3863c134a5e9f6006b29805ead97 (diff) | |
download | linux-3.10-31608214fe21dc31d8046679054ab033b1fe5cf1.tar.gz linux-3.10-31608214fe21dc31d8046679054ab033b1fe5cf1.tar.bz2 linux-3.10-31608214fe21dc31d8046679054ab033b1fe5cf1.zip |
[PATCH] clean up unused kiocb variables
Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Acked-by: Zach Brown <zach.brown@oracle.com>
Cc: Suparna Bhattacharya <suparna@in.ibm.com>
Cc: Benjamin LaHaise <bcrl@kvack.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/aio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/aio.h b/include/linux/aio.h index 5722568fc71..0d71c0041f1 100644 --- a/include/linux/aio.h +++ b/include/linux/aio.h @@ -112,8 +112,6 @@ struct kiocb { 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 iovec ki_inline_vec; /* inline vector */ struct iovec *ki_iovec; unsigned long ki_nr_segs; |