]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: switch to using fscrypt_match_name()
authorEric Biggers <ebiggers@google.com>
Mon, 24 Apr 2017 17:00:11 +0000 (10:00 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 4 May 2017 15:44:38 +0000 (11:44 -0400)
commit067d1023b6beeded688500d417e40e16981437e0
tree6fe281855041f786d0e276d1054d0646635a3f20
parent17159420a6c18bb3515ff85598b5ccf1a572763d
ext4: switch to using fscrypt_match_name()

Switch ext4 directory searches to use the fscrypt_match_name() helper
function.  There should be no functional change.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/namei.c