Mark an inode bad due to an i/o error
void make_bad_inode(struct inode * inode);
inode
Inode to mark bad
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.