commit | 17159420a6c18bb3515ff85598b5ccf1a572763d | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Mon Apr 24 10:00:10 2017 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu May 04 11:44:37 2017 -0400 |
tree | 562afc39b20e061cbdfaaf6e2db7854da95fbb45 | |
parent | 6b06cdee81d68a8a829ad8e8d0f31d6836744af9 [diff] |
fscrypt: introduce helper function for filename matching Introduce a helper function fscrypt_match_name() which tests whether a fscrypt_name matches a directory entry. Also clean up the magic numbers and document things properly. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>