Page MenuHomeFreeBSD

D57523.diff
No OneTemporary

D57523.diff

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

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)

Event Timeline