Commit 6d9033f
committed
mke2fs: if the kernel supports bs > gt, skip the large blockize check
There are patches which alow ext4 to support file systems where the
block size is larger than the page size. For such kernels, skip the
test for large block sizes, which would require the user to explicitly
answer give permission to proceed.
Signed-off-by: Theodore Ts'o <tytso@mit.edu>1 parent 337cae6 commit 6d9033f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2578 | 2578 | | |
2579 | 2579 | | |
2580 | 2580 | | |
2581 | | - | |
| 2581 | + | |
| 2582 | + | |
2582 | 2583 | | |
2583 | 2584 | | |
2584 | 2585 | | |
| |||
0 commit comments