diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/futex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/futex.c b/kernel/futex.c index 0b75c19d2d51..d268c3c1b758 100644 --- a/kernel/futex.c +++ b/kernel/futex.c @@ -468,6 +468,7 @@ futexfs_get_sb(struct file_system_type *fs_type, static struct file_system_type futex_fs_type = { .name = "futexfs", .get_sb = futexfs_get_sb, + .kill_sb = kill_anon_super, }; static int __init init(void) |
