.\" 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 "NTFS_PUT_SUPER" "9" "09 October 2005" "" ""
.SH NAME
ntfs_put_super \- called by the vfs to unmount a volume
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ntfs_put_super (struct super_block * \fIsb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsb\fB\fR
vfs superblock of volume to unmount
.SH "DESCRIPTION"
.PP
\fBntfs_put_super\fR is called by the VFS (from fs/super.c::\fBdo_umount\fR) when
the volume is being unmounted (umount system call has been invoked) and it
releases all inodes and memory belonging to the NTFS specific part of the
super block.