mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-20 06:52:20 +00:00
72b61b7e2a
In scoutfs_fallocate() and scoutfs_data_truncate_items(), the extent_sem and inode index lock were acquired in reverse order from other code paths. Swap that so everything is consistent. The ordering should now be as follows: VFS inode_lock cluster lock inode index lock extent_sem Signed-off-by: Chris Kirby <ckirby@versity.com>