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)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 15 Dec 2022 22:29:58 +0000 (15:29 -0700)
commite713b68dca91f67cb381e0f4326d5484a40c5fe9
treefa32424293c7213dd7f89bca4983e876b8a9dbfd
parentdbf9fe52e8f6917194880a2b26eae2de334dbd57
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