ext4: ignore a stripe width of 1
commit3eb08658431abd65c0fe6855d1860859c2d416f7
authorDan Ehrenberg <dehrenberg@google.com>
Mon, 18 Jul 2011 01:18:51 +0000 (17 21:18 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 18 Jul 2011 01:18:51 +0000 (17 21:18 -0400)
tree5f7d21be65bcec29ac50918cadedd08a62cdf318
parentd7a1fee135771e6e5185642bdc17df19bbdbcc48
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