mirror of
https://github.com/versity/scoutfs.git
synced 2026-06-09 21:22:36 +00:00
scoutfs_sysfs_exit() is called during error handling in module init. When scoutfs is built-in (so, never.) the __exit section won't be loaded. Remove the __exit annotation so it's always available to be called. Signed-off-by: Zach Brown <zab@versity.com>