diff options
author | Linus Torvalds | 2021-07-27 14:02:57 -0700 |
---|---|---|
committer | Linus Torvalds | 2021-07-27 14:02:57 -0700 |
commit | 51bbe7ebac25368e4e77a41fdff5f11c42e4ae2d (patch) | |
tree | d4c18647278c7384db3722f1c22380e53db8b2ec /fs | |
parent | 82d712f6d147a2fb9998d0ede483949e80fed759 (diff) | |
parent | 1e7107c5ef44431bc1ebbd4c353f1d7c22e5f2ec (diff) |
Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup fix from Tejun Heo:
"Fix leak of filesystem context root which is triggered by LTP.
Not too likely to be a problem in non-testing environments"
* 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
cgroup1: fix leaked context root causing sporadic NULL deref in LTP
Diffstat (limited to 'fs')
-rw-r--r-- | fs/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/internal.h b/fs/internal.h index 3ce8edbaa3ca..82e8eb32ff3d 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -61,7 +61,6 @@ extern void __init chrdev_init(void); */ extern const struct fs_context_operations legacy_fs_context_ops; extern int parse_monolithic_mount_data(struct fs_context *, void *); -extern void fc_drop_locked(struct fs_context *); extern void vfs_clean_context(struct fs_context *fc); extern int finish_clean_context(struct fs_context *fc); |