diff options
Diffstat (limited to 'disk-io.h')
-rw-r--r-- | disk-io.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,7 +4,9 @@ struct btrfs_buffer { u64 blocknr; + u64 dev_blocknr; int count; + int fd; struct list_head dirty; struct list_head cache; union { |