commit | b14c8e6afd873cae97060272efaac376efec77a4 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Wed Feb 01 21:32:09 2017 +0100 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 06 23:45:28 2017 -0500 |
tree | dddd0856d99a5b7d4c1745cd36b27f50cd8c031e | |
parent | 46f47e48008b63f5fd3a3bad8b79ba1a89fb625f [diff] |
fscrypt: properly declare on-stack completion 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@nod.at> Signed-off-by: Theodore Ts'o <tytso@mit.edu>