mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-01 21:57:10 +00:00
Restore readdir functionality by adding readdir items. The readdir items are keyed by an increasing position in the parent dir's inode. We track it in our inode info. To delete the readdir items we restore the dentry_info and put the pos in the dentry so unlink can build the readdir item key. And finally we put the pos in the lookup dirent so that it can populate the dentry info on lookup. Signed-off-by: Zach Brown <zab@versity.com>