]> Zhao Yanbai Git Server - minix.git/commit
usr.sbin/mkfs: Allow -b SIZE with proto file 88/588/2
authorLionel Sambuc <lionel@minix3.org>
Thu, 23 May 2013 16:02:58 +0000 (18:02 +0200)
committerLionel Sambuc <lionel@minix3.org>
Fri, 24 May 2013 09:08:15 +0000 (11:08 +0200)
commite1acf37d77297b63d7d9b7c76b38d96573555834
treec0faba4798b0e81739bcdc8f1bcae6cba32e3702
parent154b6d7486f0f3fe8988e2afee1c6627135ac324
usr.sbin/mkfs: Allow -b SIZE with proto file

Previously, if a proto file was given, the -b argument would be ignored.

Also added:
 - if the number of inodes is not given, then an estimation is used.
 - sanity checks where moved from one special case to the general case.

Change-Id: I2abfa52bf34206c9087c64b5bfc26af866eb47cb
usr.sbin/mkfs.mfs/mkfs.c