ubifs: Configure dentry operations at dentry-creation time
authorGabriel Krisman Bertazi <krisman@suse.de>
Wed, 21 Feb 2024 17:14:11 +0000 (12:14 -0500)
committerGabriel Krisman Bertazi <krisman@suse.de>
Tue, 27 Feb 2024 21:55:35 +0000 (16:55 -0500)
commitbc401c2900c128d3d69482769f1300502a9f0598
treecdb5a1e69bd50809cb8dee06da47156fd1df818f
parentbe2760a703e6554c2b5784e2fec804284cdcbe4d
ubifs: Configure dentry operations at dentry-creation time

fscrypt now supports configuring dentry operations at dentry-creation
time through the preset sb->s_d_op, instead of at lookup time.
Enable this in ubifs, since the lookup-time mechanism is going away.

Reviewed-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20240221171412.10710-10-krisman@suse.de
Signed-off-by: Gabriel Krisman Bertazi <krisman@suse.de>
fs/ubifs/dir.c
fs/ubifs/super.c