Bug#654206: [PATCH] ext4: Report max_batch_time option correctly

2012-01-04 Thread Ted Ts'o
On Mon, Jan 02, 2012 at 02:13:02PM +, Ben Hutchings wrote: > Currently the value reported for max_batch_time is really the > value of min_batch_time. > > Reported-by: Russell Coker > Signed-off-by: Ben Hutchings Applied, thanks. - Ted -- To UNSUB

Bug#654206: [PATCH] ext4: Report max_batch_time option correctly

2012-01-03 Thread Eric Sandeen
On 1/2/12 8:13 AM, Ben Hutchings wrote: > Currently the value reported for max_batch_time is really the > value of min_batch_time. > > Reported-by: Russell Coker > Signed-off-by: Ben Hutchings whoops, yep! Reviewed-by: Eric Sandeen > --- > fs/ext4/super.c |2 +- > 1 files changed, 1 ins

Bug#654206: [PATCH] ext4: Report max_batch_time option correctly

2012-01-02 Thread Ben Hutchings
Currently the value reported for max_batch_time is really the value of min_batch_time. Reported-by: Russell Coker Signed-off-by: Ben Hutchings --- fs/ext4/super.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 3e1329e..410e993 1