table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
MAKE_BAD_INODE(9) | The Linux VFS | MAKE_BAD_INODE(9) |
NAME¶
make_bad_inode - mark an inode bad due to an I/O errorSYNOPSIS¶
void
make_bad_inode(struct inode * inode);
ARGUMENTS¶
inodeInode to mark bad
DESCRIPTION¶
When an inode cannot be read due to a media or remote network failure this function makes the inode “bad” and causes I/O operations on it to fail from this point on.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |