Files
kernel_xiaomi_sm8250/fs
Daniel Rosenberg 04d57a86ea fscrypt: Have filesystems handle their d_ops
This shifts the responsibility of setting up dentry operations from
fscrypt to the individual filesystems, allowing them to have their own
operations while still setting fscrypt's d_revalidate as appropriate.

Most filesystems can just use generic_set_encrypted_ci_d_ops, unless
they have their own specific dentry operations as well. That operation
will set the minimal d_ops required under the circumstances.

Since the fscrypt d_ops are set later on, we must set all d_ops there,
since we cannot adjust those later on. This should not result in any
change in behavior.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Acked-by: Theodore Ts'o <tytso@mit.edu>
Acked-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2020-12-03 02:24:02 -08:00
..
2018-10-15 15:31:47 +02:00
2018-08-21 23:54:17 -04:00
2018-08-17 16:20:28 -07:00
2018-08-17 16:20:27 -07:00
2018-10-13 09:31:02 +02:00
2020-09-11 11:22:30 -07:00
2020-06-24 13:25:51 -07:00
2018-07-03 16:44:45 -04:00