Finally, we can get rid of per tree block size members now.
Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
u64 objectid;
u64 last_trans;
- /* data allocations are done in sectorsize units */
- u32 sectorsize;
-
- /* node allocations are done in nodesize units */
- u32 nodesize;
-
- /* leaf allocations are done in nodesize units */
- u32 stripesize;
-
int ref_cows;
int track_dirty;
{
root->node = NULL;
root->commit_root = NULL;
- root->sectorsize = fs_info->sectorsize;
- root->nodesize = fs_info->nodesize;
- root->stripesize = fs_info->stripesize;
root->ref_cows = 0;
root->track_dirty = 0;