mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-12 01:46:57 +00:00
Now that we have the attr_x calls we can implement stat_more with get_attr_x and setattr_more with set_attr_x. The conversion of stat_more fixes a surprising consistency bug. stat_more wasn't acquiring a cluster lock for the inode nore refreshing it so it could have returned stale data if modifications were made in another mount. Signed-off-by: Zach Brown <zab@versity.com>