We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7969b commit 9037caaCopy full SHA for 9037caa
fs/tracefs/event_inode.c
@@ -796,9 +796,11 @@ static void free_ei(struct rcu_head *head)
796
/**
797
* eventfs_remove_rec - remove eventfs dir or file from list
798
* @ei: eventfs_inode to be removed.
799
+ * @head: the list head to place the deleted @ei and children
800
+ * @level: prevent recursion from going more than 3 levels deep.
801
*
- * This function recursively remove eventfs_inode which
- * contains info of file or dir.
802
+ * This function recursively removes eventfs_inodes which
803
+ * contains info of files and/or directories.
804
*/
805
static void eventfs_remove_rec(struct eventfs_inode *ei, struct list_head *head, int level)
806
{
0 commit comments