commit | 4373b3dc922038e8924f648506f6556f2afa7e77 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Thu Sep 09 11:45:13 2021 -0700 |
committer | Eric Biggers <ebiggers@google.com> | Mon Sep 20 19:32:33 2021 -0700 |
tree | 315ddf83133cc6b0bacd418a349710fef86bf089 | |
parent | e4e737bb5c170df6135a127739a9e6148ee3da82 [diff] |
fscrypt: remove fscrypt_operations::max_namelen The max_namelen field is unnecessary, as it is set to 255 (NAME_MAX) on all filesystems that support fscrypt (or plan to support fscrypt). For simplicity, just use NAME_MAX directly instead. Link: https://lore.kernel.org/r/20210909184513.139281-1-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>