|
@@ -397,7 +397,7 @@ void fastcall __put_ioctx(struct kioctx *ctx)
|
|
* This prevents races between the aio code path referencing the
|
|
* This prevents races between the aio code path referencing the
|
|
* req (after submitting it) and aio_complete() freeing the req.
|
|
* req (after submitting it) and aio_complete() freeing the req.
|
|
*/
|
|
*/
|
|
-static struct kiocb *FASTCALL(__aio_get_req(struct kioctx *ctx));
|
|
|
|
|
|
+static struct kiocb *__aio_get_req(struct kioctx *ctx);
|
|
static struct kiocb fastcall *__aio_get_req(struct kioctx *ctx)
|
|
static struct kiocb fastcall *__aio_get_req(struct kioctx *ctx)
|
|
{
|
|
{
|
|
struct kiocb *req = NULL;
|
|
struct kiocb *req = NULL;
|