common/populate: decrease the step of rm file
authorYang Xu <xuyang2018.jy@cn.fujitsu.com>
Thu, 28 Mar 2019 07:48:59 +0000 (15:48 +0800)
committerEryu Guan <guaneryu@gmail.com>
Tue, 9 Apr 2019 01:46:31 +0000 (09:46 +0800)
commitb1887f84e6f7d93ed925a831ed60030f541bcb5d
tree50c6801cd3dd43a9a3f6157ccf1a09b843eeaa72
parentf3c1bca7fb257693721e35f1eeaa5552e3c931c6
common/populate: decrease the step of rm file

 Now that we have allocated 2*4096*64/16(32768) inodes after "Inode btree",
 but the step of rm file is too large to create enough free inodes in agi.
 So the freecount is not enough large to make free_level gt 1 and call
 _scratch__populate on xfs will report the following failure(such as xfs/083):

Failed to create fino of sufficient height!

By decreasing the step of rm file, xfs/083 will pass.

Signed-off-by: Yang Xu <xuyang2018.jy@cn.fujitsu.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
common/populate