Commit 8611e60
ext4: introduce s_min_folio_order for future BS > PS support
This commit introduces the s_min_folio_order field to the ext4_sb_info
structure. This field will store the minimum folio order required by the
current filesystem, laying groundwork for future support of block sizes
greater than PAGE_SIZE.
Signed-off-by: Baokun Li <libaokun1@huawei.com>
Reviewed-by: Zhang Yi <yi.zhang@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Pankaj Raghav <p.raghav@samsung.com>
Reviewed-by: Ojaswin Mujoo <ojaswin@linux.ibm.com>
Message-ID: <20251121090654.631996-7-libaokun@huaweicloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>1 parent 5829741 commit 8611e60
3 files changed
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1697 | 1697 | | |
1698 | 1698 | | |
1699 | 1699 | | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
1700 | 1703 | | |
1701 | 1704 | | |
1702 | 1705 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5183 | 5183 | | |
5184 | 5184 | | |
5185 | 5185 | | |
5186 | | - | |
| 5186 | + | |
| 5187 | + | |
5187 | 5188 | | |
5188 | 5189 | | |
5189 | 5190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5109 | 5109 | | |
5110 | 5110 | | |
5111 | 5111 | | |
5112 | | - | |
5113 | | - | |
5114 | | - | |
5115 | | - | |
5116 | | - | |
| 5112 | + | |
| 5113 | + | |
5117 | 5114 | | |
5118 | 5115 | | |
5119 | 5116 | | |
| |||
5144 | 5141 | | |
5145 | 5142 | | |
5146 | 5143 | | |
| 5144 | + | |
| 5145 | + | |
| 5146 | + | |
5147 | 5147 | | |
5148 | 5148 | | |
5149 | 5149 | | |
| |||
0 commit comments