lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 21 Sep 2006 11:53:40 -0700
From:	"Chen, Kenneth W" <kenneth.w.chen@...el.com>
To:	"'Andrew Morton'" <akpm@...l.org>,
	"'Suparna Bhattacharya'" <suparna@...ibm.com>
Cc:	<linux-kernel@...r.kernel.org>
Subject: [patch] clean up unused kiocb variables

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@...el.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 */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ