X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Faio.c;h=8a37dbbf3437cb78021c22c608dc8beb4cbe2788;hb=2d3a4e3666325a9709cc8ea2e88151394e8f20fc;hp=9dec7d2d546e0e12e200898993f1b272111f5cee;hpb=b242a60206881559bb3102110048762422e6b74e;p=linux-2.6 diff --git a/fs/aio.c b/fs/aio.c index 9dec7d2d54..8a37dbbf34 100644 --- a/fs/aio.c +++ b/fs/aio.c @@ -397,7 +397,7 @@ void fastcall __put_ioctx(struct kioctx *ctx) * This prevents races between the aio code path referencing the * 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) { struct kiocb *req = NULL;