Commit bc2b85a
committed
btrfs: remove folio_test_ordered() usage
This involves:
- The ASSERT() inside end_bbio_data_write()
It's only an ASSERT() and it has never been triggered as far as I
know.
- btrfs_migrate_folio()
Since all folio_test_ordered() usage will be removed, there is no need to
copy the folio ordered flag.
- The ASSERT() inside btrfs_invalidate_folio()
This one has its usefulness as it indeed caught some bugs during
development.
But that's the last user and will not be worth the folio flag or the
subpage bitmap.
This will allow btrfs to finally remove the ordered flags.
Signed-off-by: Qu Wenruo <wqu@suse.com>1 parent 4e30444 commit bc2b85a
2 files changed
Lines changed: 0 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
534 | 533 | | |
535 | 534 | | |
536 | 535 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7499 | 7499 | | |
7500 | 7500 | | |
7501 | 7501 | | |
7502 | | - | |
7503 | | - | |
7504 | | - | |
7505 | | - | |
7506 | | - | |
7507 | | - | |
7508 | 7502 | | |
7509 | 7503 | | |
7510 | 7504 | | |
| |||
7672 | 7666 | | |
7673 | 7667 | | |
7674 | 7668 | | |
7675 | | - | |
7676 | | - | |
7677 | | - | |
7678 | | - | |
7679 | | - | |
7680 | | - | |
7681 | 7669 | | |
7682 | 7670 | | |
7683 | 7671 | | |
| |||
0 commit comments