summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/dir.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-12-03 03:20:35 +0100
committerEric Biggers <ebiggers@google.com>2020-12-03 03:25:01 +0100
commita302052b9586f2fdf8c3a7d9b907e71b25d7d463 (patch)
tree0b644e05ca9c38bb199295dbf1447b0e3e94090f /fs/f2fs/dir.c
parentf2fs: remove f2fs_dir_open() (diff)
downloadlinux-a302052b9586f2fdf8c3a7d9b907e71b25d7d463.tar.xz
linux-a302052b9586f2fdf8c3a7d9b907e71b25d7d463.zip
ubifs: remove ubifs_dir_open()
Since encrypted directories can be opened and searched without their key being available, and each readdir and ->lookup() tries to set up the key, trying to set up the key in ->open() too isn't really useful. Just remove it so that directories don't need an ->open() method anymore, and so that we eliminate a use of fscrypt_get_encryption_info() (which I'd like to stop exporting to filesystems). Link: https://lore.kernel.org/r/20201203022041.230976-4-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'fs/f2fs/dir.c')
0 files changed, 0 insertions, 0 deletions