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, 21 Apr 2021 06:34:03 +0000 (16:34 +1000)
commit6501a4b731fda66539cac10a6cda8b737c0c0324
tree98506fb408400999ad4b1bd02bef3f9df7156c56
parentad938d1bdf1d0b613ec76ad89823717dacfce38b
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