Fix for Linux 6.19

This commit is contained in:
Aryan Chandna 2026-03-09 19:49:20 -07:00
parent 1434f1ebf7
commit 447ff9c309

View File

@ -819,7 +819,7 @@ static struct file_system_type binder_fs_type = {
.name = "binder",
.init_fs_context = binderfs_init_fs_context,
.parameters = binderfs_fs_parameters,
.kill_sb = kill_litter_super,
.kill_sb = kill_anon_super,
.fs_flags = FS_USERNS_MOUNT,
};