1MAKE_BAD_INODE(9)                The Linux VFS               MAKE_BAD_INODE(9)
2
3
4

NAME

6       make_bad_inode - mark an inode bad due to an I/O error
7

SYNOPSIS

9       void make_bad_inode(struct inode * inode);
10

ARGUMENTS

12       inode
13           Inode to mark bad
14

DESCRIPTION

16       When an inode cannot be read due to a media or remote network failure
17       this function makes the inode “bad” and causes I/O operations on it to
18       fail from this point on.
19
21Kernel Hackers Manual 3.10         June 2019                 MAKE_BAD_INODE(9)
Impressum