Skip to content

Commit 64bf2f6

Browse files
wb-zjp846396rostedt
authored andcommitted
tracefs/eventfs: Modify mismatched function name
No functional modification involved. fs/tracefs/event_inode.c:864: warning: expecting prototype for eventfs_remove(). Prototype was for eventfs_remove_dir() instead. Link: https://lore.kernel.org/linux-trace-kernel/20231019031353.73846-1-jiapeng.chong@linux.alibaba.com Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6939 Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent 5264a2f commit 64bf2f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/tracefs/event_inode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ static void unhook_dentry(struct dentry **dentry, struct dentry **list)
856856
}
857857
}
858858
/**
859-
* eventfs_remove - remove eventfs dir or file from list
859+
* eventfs_remove_dir - remove eventfs dir or file from list
860860
* @ei: eventfs_inode to be removed.
861861
*
862862
* This function acquire the eventfs_mutex lock and call eventfs_remove_rec()

0 commit comments

Comments
 (0)