]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - fs/ext4/super.c
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[thirdparty/linux.git] / fs / ext4 / super.c
index 54a9dde7483a5a505f41f75fde05a763a114c443..c5fcf377ab1faad832c9165fd2ed299d9c3e94f6 100644 (file)
@@ -1654,6 +1654,7 @@ static const struct super_operations ext4_sops = {
 };
 
 static const struct export_operations ext4_export_ops = {
+       .encode_fh = generic_encode_ino32_fh,
        .fh_to_dentry = ext4_fh_to_dentry,
        .fh_to_parent = ext4_fh_to_parent,
        .get_parent = ext4_get_parent,