mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-21 07:22:31 +00:00
a07327d8a6
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>