commit | b50f7b268bad8088dfe7579a65cd910d8cc5c40f | [log] [tgz] |
---|---|---|
author | David Gstir <david@sigma-star.at> | Sun Nov 13 22:20:45 2016 +0100 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Nov 13 18:53:10 2016 -0500 |
tree | 7a4db96f6779146e5b9df84bd7d1cbb0d10e1032 | |
parent | 1c7dcf69eea3224474fe884a03b3e19b82d1101e [diff] |
fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages Some filesystem might pass pages which do not have page->mapping->host set to the encrypted inode. We want the caller to explicitly pass the corresponding inode. Signed-off-by: David Gstir <david@sigma-star.at> Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Theodore Ts'o <tytso@mit.edu>