.. | .. |
---|
147 | 147 | pr_cont("shared data backref parent %llu count %u\n", |
---|
148 | 148 | offset, btrfs_shared_data_ref_count(eb, sref)); |
---|
149 | 149 | /* |
---|
150 | | - * offset is supposed to be a tree block which |
---|
151 | | - * must be aligned to nodesize. |
---|
| 150 | + * Offset is supposed to be a tree block which must be |
---|
| 151 | + * aligned to sectorsize. |
---|
152 | 152 | */ |
---|
153 | | - if (!IS_ALIGNED(offset, eb->fs_info->nodesize)) |
---|
| 153 | + if (!IS_ALIGNED(offset, eb->fs_info->sectorsize)) |
---|
154 | 154 | pr_info( |
---|
155 | 155 | "\t\t\t(parent %llu not aligned to sectorsize %u)\n", |
---|
156 | 156 | offset, eb->fs_info->sectorsize); |
---|