diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-04-09 16:28:12 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:01 -0400 |
commit | 7e38326f5b125288a2baea1d815c500502ab9fc0 (patch) | |
tree | c4e173e959c9d3a95b2eb66f8e88f4e2fa526d63 /fs/btrfs/btrfs_inode.h | |
parent | f188591e987e21b6f7f8864c66a02858b95b530e (diff) |
Btrfs: Handle checksumming errors while reading data blocks
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/btrfs_inode.h')
-rw-r--r-- | fs/btrfs/btrfs_inode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h index 9b9db9cbc019..fe6ef8e34166 100644 --- a/fs/btrfs/btrfs_inode.h +++ b/fs/btrfs/btrfs_inode.h | |||
@@ -29,6 +29,7 @@ struct btrfs_inode { | |||
29 | struct btrfs_key location; | 29 | struct btrfs_key location; |
30 | struct extent_map_tree extent_tree; | 30 | struct extent_map_tree extent_tree; |
31 | struct extent_io_tree io_tree; | 31 | struct extent_io_tree io_tree; |
32 | struct extent_io_tree io_failure_tree; | ||
32 | struct inode vfs_inode; | 33 | struct inode vfs_inode; |
33 | 34 | ||
34 | u64 ordered_trans; | 35 | u64 ordered_trans; |