This commit is contained in:
Aryan Chandna 2026-03-09 19:58:40 -07:00 committed by GitHub
commit dcc218e417
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,
};