Whamcloud - gitweb
tune2fs: allow setting the stride and stripe width to zero
authorTheodore Ts'o <tytso@mit.edu>
Mon, 4 Jul 2011 23:37:11 +0000 (19:37 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 4 Jul 2011 23:37:11 +0000 (19:37 -0400)
commit035f32ab17e53c632b9b6a34fb6416ae714bf3ab
treedc2526a1fa7b717d8103ec0f4db2bf44ce588cb3
parent177cb5c7e2b59b40570ca76d8dee383fc1ca8934
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>
misc/tune2fs.c