Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-10 | Generate a flat inode table from the fstree ahead of time | David Oberhollenzer | |
Instead of allocating inode numbers as we go, generate and populat an inode table from the fstree ahead of time. This makes processing nodes a little bit simpler and we will need that table anyway for NFS export support later on. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |