.\" 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_CLEAR_BIG_INODE" "" "06 October 2005" "" ""
.SH NAME
ntfs_clear_big_inode \- clean up the ntfs specific part of an inode
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ntfs_clear_big_inode (struct inode * \fIvi\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIvi\fB\fR
vfs inode pending annihilation
.SH "DESCRIPTION"
.PP
When the VFS is going to remove an inode from memory, \fBntfs_clear_big_inode\fR
is called, which deallocates all memory belonging to the NTFS specific part
of the inode and returns.
.PP
If the MFT record is dirty, we commit it before doing anything else.