Whamcloud - gitweb
LU-9501 mke2fs: avoid inode number error with large FS
authorAlexey Lyashkov <alexey.lyashkov@seagate.com>
Mon, 15 May 2017 14:45:38 +0000 (17:45 +0300)
committerLi Dongyang <dongyangli@ddn.com>
Wed, 29 May 2019 04:47:27 +0000 (14:47 +1000)
commit0a5c1b94922970d0ec7208f13728a46946f947dd
tree9b46f2342ec74d44ad10eb157855c8fddafdcad2
parent77b9f4cf44e89c812d42ea7150e382bd0a6f313a
LU-9501 mke2fs: avoid inode number error with large FS

Limit inodes count instead of error return, to use all inodes in
the filesystem.

Change-Id: I76ee0a6c11b099b8c17d90b0778e3c0f0cf1f60a
Signed-off-by: Alexey Lyashkov <alexey.lyashkov@seagate.com>
Reviewed-on: https://review.whamcloud.com/27111
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
misc/mke2fs.c