.\" 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 "GENERIC_SHUTDOWN_SUPER" "" "06 October 2005" "" "" .SH NAME generic_shutdown_super \- common helper for ->kill_sb .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void generic_shutdown_super (struct super_block * \fIsb\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsb\fB\fR superblock to kill .SH "DESCRIPTION" .PP \fBgeneric_shutdown_super\fR does all fs-independent work on superblock shutdown. Typical ->\fBkill_sb\fR should pick all fs-specific objects that need destruction out of superblock, call \fBgeneric_shutdown_super\fR and release aforementioned objects. Note: dentries and inodes _are_ taken care of and do not need specific handling.