diff options
author | Eric Biggers <ebiggers@google.com> | 2020-12-02 18:20:34 -0800 |
---|---|---|
committer | Eric Biggers <ebiggers@google.com> | 2020-12-02 18:25:01 -0800 |
commit | 73114b6d28727b3f98b6a673c54c64b2c46ce4f5 (patch) | |
tree | f095446dd1785385a541ec5ad6681466e8a4d12f /fs/f2fs/xattr.h | |
parent | 65f62515e9e55056a06c14a19150c1ea7760e2af (diff) |
f2fs: remove f2fs_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: Chao Yu <yuchao0@huawei.com>
Link: https://lore.kernel.org/r/20201203022041.230976-3-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'fs/f2fs/xattr.h')
0 files changed, 0 insertions, 0 deletions