GENERIC_SHUTDOWN_SUPER

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

generic_shutdown_super - common helper for ->kill_sb  

SYNOPSIS

void generic_shutdown_super (struct super_block * sb);  

ARGUMENTS

sb
superblock to kill
 

DESCRIPTION

generic_shutdown_super does all fs-independent work on superblock shutdown. Typical ->kill_sb should pick all fs-specific objects that need destruction out of superblock, call generic_shutdown_super and release aforementioned objects. Note: dentries and inodes _are_ taken care of and do not need specific handling.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 12:49:25 GMT, April 09, 2004