Commit 59d0d4c
f2fs: update blkaddr in __set_data_blkaddr() for cleanup
This patch allows caller to pass blkaddr to f2fs_set_data_blkaddr()
and let __set_data_blkaddr() inside f2fs_set_data_blkaddr() to update
dn->data_blkaddr w/ last value of blkaddr.
Just cleanup, no logic changes.
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>1 parent 2020cd4 commit 59d0d4c
3 files changed
+11
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1179 | 1179 | | |
1180 | 1180 | | |
1181 | 1181 | | |
1182 | | - | |
| 1182 | + | |
1183 | 1183 | | |
1184 | 1184 | | |
1185 | 1185 | | |
| 1186 | + | |
1186 | 1187 | | |
1187 | 1188 | | |
1188 | 1189 | | |
| |||
1192 | 1193 | | |
1193 | 1194 | | |
1194 | 1195 | | |
1195 | | - | |
| 1196 | + | |
1196 | 1197 | | |
1197 | 1198 | | |
1198 | | - | |
| 1199 | + | |
1199 | 1200 | | |
1200 | 1201 | | |
1201 | 1202 | | |
1202 | 1203 | | |
1203 | 1204 | | |
1204 | 1205 | | |
1205 | | - | |
1206 | | - | |
| 1206 | + | |
1207 | 1207 | | |
1208 | 1208 | | |
1209 | 1209 | | |
| |||
1230 | 1230 | | |
1231 | 1231 | | |
1232 | 1232 | | |
1233 | | - | |
1234 | | - | |
| 1233 | + | |
1235 | 1234 | | |
1236 | 1235 | | |
1237 | 1236 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3822 | 3822 | | |
3823 | 3823 | | |
3824 | 3824 | | |
3825 | | - | |
| 3825 | + | |
3826 | 3826 | | |
3827 | 3827 | | |
3828 | 3828 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
585 | | - | |
586 | | - | |
| 585 | + | |
587 | 586 | | |
588 | 587 | | |
589 | 588 | | |
| |||
1478 | 1477 | | |
1479 | 1478 | | |
1480 | 1479 | | |
1481 | | - | |
1482 | | - | |
| 1480 | + | |
1483 | 1481 | | |
1484 | 1482 | | |
1485 | 1483 | | |
| |||
3454 | 3452 | | |
3455 | 3453 | | |
3456 | 3454 | | |
3457 | | - | |
3458 | | - | |
| 3455 | + | |
3459 | 3456 | | |
3460 | 3457 | | |
3461 | 3458 | | |
| |||
3621 | 3618 | | |
3622 | 3619 | | |
3623 | 3620 | | |
3624 | | - | |
3625 | | - | |
| 3621 | + | |
3626 | 3622 | | |
3627 | 3623 | | |
3628 | 3624 | | |
| |||
0 commit comments