hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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,