.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "DEBUGFS_REMOVE" "9" "09 October 2005" "" "" .SH NAME debugfs_remove \- removes a file or directory from the debugfs filesystem .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void debugfs_remove (struct dentry * \fIdentry\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdentry\fB\fR a pointer to a the dentry of the file or directory to be removed. .SH "DESCRIPTION" .PP This function removes a file or directory in debugfs that was previously created with a call to another debugfs function (like \fBdebufs_create_file\fR or variants thereof.) .PP This function is required to be called in order for the file to be removed, no automatic cleanup of files will happen when a module is removed, you are responsible here. .SH "DESCRIPTION" .PP This function removes a file or directory in debugfs that was previously created with a call to another debugfs function (like \fBdebufs_create_file\fR or variants thereof.) .PP This function is required to be called in order for the file to be removed, no automatic cleanup of files will happen when a module is removed, you are responsible here.