Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152749713
D55164.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
461 B
Referenced Files
None
Subscribers
None
D55164.diff
View Options
diff --git a/sys/fs/ext2fs/ext2_extents.c b/sys/fs/ext2fs/ext2_extents.c
--- a/sys/fs/ext2fs/ext2_extents.c
+++ b/sys/fs/ext2fs/ext2_extents.c
@@ -447,11 +447,7 @@
ext4_ext_check_header(struct inode *ip, struct ext4_extent_header *eh,
int depth)
{
-#ifdef KDTRACE_HOOKS
- char *error_msg;
-#else
- char *error_msg __unused;
-#endif
+ char *error_msg __sdt_used;
if (le16toh(eh->eh_magic) != EXT4_EXT_MAGIC) {
error_msg = "header: invalid magic";
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 17, 9:21 PM (15 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28470207
Default Alt Text
D55164.diff (461 B)
Attached To
Mode
D55164: ext2fs: Use __sdt_used for variables only used by SDT probes
Attached
Detach File
Event Timeline
Log In to Comment