Re: [PATCH 2/2] ext4: Do not use stripe_with if it is not set
From: Theodore Ts'o <tytso@mit.edu>
Date: 2017-02-10 05:58:21
From: Theodore Ts'o <tytso@mit.edu>
Date: 2017-02-10 05:58:21
On Thu, Feb 09, 2017 at 04:30:50PM +0100, Jan Kara wrote:
Avoid using stripe_width for sbi->s_stripe value if it is not actually set. It prevents using the stride for sbi->s_stripe. Signed-off-by: Jan Kara <jack@suse.cz>
Thanks, applied. - Ted