Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110078521
D45442.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D45442.diff
View Options
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -5485,16 +5485,16 @@
}
db_printf("buf at %p\n", bp);
- db_printf("b_flags = 0x%b, b_xflags=0x%b\n",
+ db_printf("b_flags = 0x%b, b_xflags = 0x%b\n",
(u_int)bp->b_flags, PRINT_BUF_FLAGS,
(u_int)bp->b_xflags, PRINT_BUF_XFLAGS);
- db_printf("b_vflags=0x%b b_ioflags0x%b\n",
+ db_printf("b_vflags = 0x%b, b_ioflags = 0x%b\n",
(u_int)bp->b_vflags, PRINT_BUF_VFLAGS,
(u_int)bp->b_ioflags, PRINT_BIO_FLAGS);
db_printf(
"b_error = %d, b_bufsize = %ld, b_bcount = %ld, b_resid = %ld\n"
- "b_bufobj = (%p), b_data = %p\n, b_blkno = %jd, b_lblkno = %jd, "
- "b_vp = %p, b_dep = %p\n",
+ "b_bufobj = %p, b_data = %p\n"
+ "b_blkno = %jd, b_lblkno = %jd, b_vp = %p, b_dep = %p\n",
bp->b_error, bp->b_bufsize, bp->b_bcount, bp->b_resid,
bp->b_bufobj, bp->b_data, (intmax_t)bp->b_blkno,
(intmax_t)bp->b_lblkno, bp->b_vp, bp->b_dep.lh_first);
@@ -5531,7 +5531,6 @@
#elif defined(BUF_TRACKING)
db_printf("b_io_tracking: %s\n", bp->b_io_tracking);
#endif
- db_printf(" ");
}
DB_SHOW_COMMAND_FLAGS(bufqueues, bufqueues, DB_CMD_MEMSAFE)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 14, 8:36 AM (20 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16640098
Default Alt Text
D45442.diff (1 KB)
Attached To
Mode
D45442: db_show_buffer: minor cleanup
Attached
Detach File
Event Timeline
Log In to Comment