VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Paul Gortmaker <paul.gortmaker@windriver.com> 2021-06-16 08:51:57 -0400 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2021-07-31 08:13:45 +0200 commit: 141cf6c82b4fd37169dd52ae4dbf6c0c162c0a6b parent: c294c83fb614691e2b667be6b3d0f153b721db08
Commit Summary:
cgroup1: fix leaked context root causing sporadic NULL deref in LTP
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/fs/internal.h b/fs/internal.h
index 6aeae7ef3380..728f8d70d7f1 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);