]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: ignore a stripe width of 1
authorDan Ehrenberg <dehrenberg@google.com>
Mon, 18 Jul 2011 01:18:51 +0000 (21:18 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 18 Jul 2011 01:18:51 +0000 (21:18 -0400)
commita36ab97ea07c4460ca1c234ac50e2092e3512809
tree5f7d21be65bcec29ac50918cadedd08a62cdf318
parentad3ba74f922529897b0281d8c80a6b3788e30486
ext4: ignore a stripe width of 1

If the stripe width was set to 1, then this patch will ignore
that stripe width and ext4 will act as if the stripe width
were 0 with respect to optimizing allocations.

Signed-off-by: Dan Ehrenberg <dehrenberg@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c