commit | 6f9d696f016f5b42f6c6e8c9f723f8d3380e5903 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Mon May 01 11:43:32 2017 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu May 04 11:44:41 2017 -0400 |
tree | c7eef0e01504b1514d9c389d1101757737845f9a | |
parent | 90fce086ed59caefa457dffd587b00caeab9116d [diff] |
fscrypt: correct collision claim for digested names As I noted on the mailing list, it's easier than I originally thought to create intentional collisions in the digested names. Unfortunately it's not too easy to solve this, so for now just fix the comment to not lie. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>