hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/lib/notifier-error-inject.c
....@@ -15,7 +15,7 @@
1515 return 0;
1616 }
1717
18
-DEFINE_SIMPLE_ATTRIBUTE(fops_errno, debugfs_errno_get, debugfs_errno_set,
18
+DEFINE_SIMPLE_ATTRIBUTE_SIGNED(fops_errno, debugfs_errno_get, debugfs_errno_set,
1919 "%lld\n");
2020
2121 static struct dentry *debugfs_create_errno(const char *name, umode_t mode,