hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/tracefs.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * tracefs.h - a pseudo file system for activating tracing
34 *
....@@ -5,12 +6,7 @@
56 *
67 * Copyright (C) 2014 Red Hat Inc, author: Steven Rostedt <srostedt@redhat.com>
78 *
8
- * This program is free software; you can redistribute it and/or
9
- * modify it under the terms of the GNU General Public License version
10
- * 2 as published by the Free Software Foundation.
11
- *
129 * tracefs is the file system that is used by the tracing infrastructure.
13
- *
1410 */
1511
1612 #ifndef _TRACEFS_H_
....@@ -32,7 +28,6 @@
3228 struct dentry *tracefs_create_dir(const char *name, struct dentry *parent);
3329
3430 void tracefs_remove(struct dentry *dentry);
35
-void tracefs_remove_recursive(struct dentry *dentry);
3631
3732 struct dentry *tracefs_create_instance_dir(const char *name, struct dentry *parent,
3833 int (*mkdir)(const char *name),