mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-09 05:13:18 +00:00
Our item cache protocol is tied to holding DLM locks which cover a region of the item namespace. We want locks to cover all the data associated with an inode and other locks to cover the indexes. So we resort the items first by major (index, fs) then by inode type (inode, dirent, etc). Signed-off-by: Zach Brown <zab@versity.com>