Re: [PATCH 03/17] xfs/310: fix the size calculation for the huge device

2016-08-01 Thread Christoph Hellwig
On Thu, Jul 21, 2016 at 04:46:35PM -0700, Darrick J. Wong wrote: > Fix the calculation of the dmhuge size. The previous calculation > tried to calculate the size correctly, but got it wrong for 1k > block sizes. Therefore, clean the whole mess up. > > Signed-off-by: Darrick J. Wong

[PATCH 03/17] xfs/310: fix the size calculation for the huge device

2016-07-21 Thread Darrick J. Wong
Fix the calculation of the dmhuge size. The previous calculation tried to calculate the size correctly, but got it wrong for 1k block sizes. Therefore, clean the whole mess up. Signed-off-by: Darrick J. Wong --- tests/xfs/310 |5 +++-- 1 file changed, 3