Re: [PATCH] fscrypt: properly declare on-stack completion

From: Theodore Ts'o
Date: Mon Feb 06 2017 - 23:21:34 EST


On Wed, Feb 01, 2017 at 09:32:09PM +0100, Richard Weinberger wrote:
> When a completion is declared on-stack we have to use
> COMPLETION_INITIALIZER_ONSTACK().
>
> Fixes: 0b81d07790726 ("fs crypto: move per-file encryption from f2fs
> tree to fs/crypto")
> Signed-off-by: Richard Weinberger <richard@xxxxxx>

Thanks, applied.

- Ted