commit | cf6b572dd5f0a0c0577a2d0b859ba94edb3b6a1c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Dec 14 19:41:32 2022 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Dec 14 19:41:32 2022 -0500 |
tree | 2501cc014c4175650f0f6ed9b1556f76a3041cb6 | |
parent | 1da18e38cb97e9521e93d63034521a9649524f64 [diff] |
ext4: wire up the "new_write" option For debugging purposes, the new_write mount option will enable the ext4 write codepath. This will allow us to compare the old and new write paths from a stability and benchmarking perspective. Signed-off-by: Theodore Ts'o <tytso@mit.edu>