On Fri, Mar 01, 2019 at 10:47:59AM +0800, Qu Wenruo wrote: > struct extent_io_tree { > struct rb_root state; > struct btrfs_fs_info *fs_info; > void *private_data; > u64 dirty_bytes; > - int track_uptodate; > + bool track_uptodate;
Next time please do such change in a separate patch, I did that myself for now.