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
| ||
|
Message-ID: <CAJd=RBBV0uRbZ3YA7BCGh9cJFAdc9N15Swjswb64rri4rrXqeg@mail.gmail.com> Date: Wed, 19 Dec 2012 20:03:01 +0800 From: Hillf Danton <dhillf@...il.com> To: Kent Overstreet <koverstreet@...gle.com> Cc: Zach Brown <zab@...hat.com>, LKML <linux-kernel@...r.kernel.org>, Hillf Danton <dhillf@...il.com> Subject: Re: [PATCH 06/26] aio: Kill return value of aio_complete() >@@ -594,7 +591,7 @@ static struct kioctx *lookup_ioctx(unsigned long ctx_id) > * Returns true if this is the last user of the request. The > * only other user of the request can be the cancellation code. > */ Well the comment is stale. Hillf >-int aio_complete(struct kiocb *iocb, long res, long res2) >+void aio_complete(struct kiocb *iocb, long res, long res2) -- 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