diff options
author | Eric Biggers <ebiggers@google.com> | 2020-12-03 05:20:33 +0300 |
---|---|---|
committer | Eric Biggers <ebiggers@google.com> | 2020-12-03 05:25:01 +0300 |
commit | 65f62515e9e55056a06c14a19150c1ea7760e2af (patch) | |
tree | dcf121b1c7d1b9a3baf7322ce77e6edba04bb3ad /fs/f2fs/dir.c | |
parent | 4a4b8721f1a5e4b01e45b3153c68d5a1014b25de (diff) | |
download | linux-65f62515e9e55056a06c14a19150c1ea7760e2af.tar.xz |
ext4: remove ext4_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).
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Link: https://lore.kernel.org/r/20201203022041.230976-2-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