Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167446395
D57523.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
452 B
Referenced Files
None
Subscribers
None
D57523.diff
View Options
diff --git a/sys/compat/lindebugfs/lindebugfs.c b/sys/compat/lindebugfs/lindebugfs.c
--- a/sys/compat/lindebugfs/lindebugfs.c
+++ b/sys/compat/lindebugfs/lindebugfs.c
@@ -191,8 +191,8 @@
if (rc < 0) {
#ifdef INVARIANTS
- printf("%s:%d read/write failed with %zd\n", __func__, __LINE__,
- rc);
+ printf("%s:%d %s failed with %zd\n", __func__, __LINE__,
+ (uio->uio_rw == UIO_READ) ? "read" : "write", rc);
#endif
return (-rc);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 22, 7:54 PM (10 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33878326
Default Alt Text
D57523.diff (452 B)
Attached To
Mode
D57523: lindebugfs: improve an error message
Attached
Detach File
Event Timeline
Log In to Comment