On Mon, Dec 28, 2020 at 03:25:29PM -0800, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Now that generic_set_encrypted_ci_d_ops() has been added and ext4 and > f2fs are using it, it's no longer necessary to export > generic_ci_d_compare() and generic_ci_d_hash() to filesystems. > > Reviewed-by: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx> > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > fs/libfs.c | 8 +++----- > include/linux/fs.h | 5 ----- > 2 files changed, 3 insertions(+), 10 deletions(-) Jaegeuk, any interest in applying this given that this code came in through the f2fs tree in the first place? - Eric