Dynamic allocation of inodes by JFS2
With JFS2 it is no longer necessary to project the number of files contained by the file system and their size.
JFS2 dynamically allocates space for inodes as needed, and frees the space when it is no longer required.