commit | 035f32ab17e53c632b9b6a34fb6416ae714bf3ab | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jul 04 19:37:11 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jul 04 19:37:11 2011 -0400 |
tree | dc2526a1fa7b717d8103ec0f4db2bf44ce588cb3 | |
parent | 177cb5c7e2b59b40570ca76d8dee383fc1ca8934 [diff] |
tune2fs: allow setting the stride and stripe width to zero Tune2fs previously would give an error if the user tried setting the stride and stripe-width parameters to zero; but this is necessary to disable the stride and stripe-width settings. So allow setting these superblock fields to zero. Addresses-Google-Bug: #4988557 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>