commit | e550c16c8aab95c7996b0c864d5fcedc2c430a43 | [log] [tgz] |
---|---|---|
author | David Gstir <david@sigma-star.at> | Tue Dec 06 23:53:53 2016 +0100 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Dec 11 16:26:10 2016 -0500 |
tree | 9d6cfced5217cfb73216d883385795a7b4983bd9 | |
parent | 41d5319af3368127b55f6587f1c747dd6a7b9b04 [diff] |
fscrypt: Use correct index in decrypt path. Actually use the fs-provided index instead of always using page->index which is only set for page-cache pages. Fixes: 9c4bb8a3a9b4 ("fscrypt: Let fs select encryption index/tweak") Signed-off-by: David Gstir <david@sigma-star.at> Signed-off-by: Theodore Ts'o <tytso@mit.edu>