fs/ext2: deprecate BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES option
authorSamuel Martin <s.martin49@gmail.com>
Tue, 4 Jul 2017 14:47:25 +0000 (16:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 4 Jul 2017 22:35:00 +0000 (00:35 +0200)
commit235b6f17a0e38d854245d451bfc55bf82c3bbfc1
tree319311b77ce7cd24faf185da19d298d964c03ca6
parent8197236a507e370e50af4d99002cb631b96b25e7
fs/ext2: deprecate BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES option

Soon, the ext{2,3,4} rootfs image will no longer be generated with
genext2fs, but using mke2fs instead which has no support for the extra
inode number option.

So, deprecate the BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES option and
recommend, in lieu, to set the total inode number, taking account of
the extra ones if needed.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Cc: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in.legacy
fs/ext2/Config.in
fs/ext2/ext2.mk