'\" t .\" Title: make_bad_inode .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: The Linux VFS .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "MAKE_BAD_INODE" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "The Linux VFS" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" make_bad_inode \- mark an inode bad due to an I/O error .SH "SYNOPSIS" .HP \w'void\ make_bad_inode('u .BI "void make_bad_inode(struct\ inode\ *\ " "inode" ");" .SH "ARGUMENTS" .PP \fIinode\fR .RS 4 Inode to mark bad .RE .SH "DESCRIPTION" .PP When an inode cannot be read due to a media or remote network failure this function makes the inode \(lqbad\(rq and causes I/O operations on it to fail from this point on\&. .SH "COPYRIGHT" .br