1MAKE_BAD_INODE(9) The Linux VFS MAKE_BAD_INODE(9)
23
4
NAME
6make_bad_inode - mark an inode bad due to an I/O error
7
SYNOPSIS
9void make_bad_inode(struct inode * inode);
10
ARGUMENTS
12inode
13Inode to mark bad
14
DESCRIPTION
16When an inode cannot be read due to a media or remote network failure
17this function makes the inode “bad” and causes I/O operations on it to
18fail from this point on.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 MAKE_BAD_INODE(9)