From: Stephen Rothwell <[email protected]>
Date: Tue, 24 Mar 2015 13:45:08 +1100
> After merging the net-next tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> crypto/algif_skcipher.c: In function 'skcipher_async_cb':
> crypto/algif_skcipher.c:109:2: error: implicit declaration of function
> 'aio_complete' [-Werror=implicit-function-declaration]
> aio_complete(iocb, err, err);
> ^
>
> Caused by commit a596999b7ddf ("crypto: algif - change algif_skcipher
> to be asynchronous") interacting with commit 04b2fa9f8f36 ("fs: split
> generic and aio kiocb") from the vfs tree.
>
> I applied the following merge fix patch (which gets it building, but I
> am not sure if more is needed).
Ok, more conflicts wiht Al's vfs work.
This is starting to pile on, heavily...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/