Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163547330
D43261.id132049.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
431 B
Referenced Files
None
Subscribers
None
D43261.id132049.diff
View Options
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -2549,9 +2549,12 @@
;
if (length > 0) {
+ /*
+ * Write out vnode metadata, e.g. indirect blocks.
+ */
restartsync:
TAILQ_FOREACH_SAFE(bp, &bo->bo_dirty.bv_hd, b_bobufs, nbp) {
- if (bp->b_lblkno > 0)
+ if (bp->b_lblkno >= 0)
continue;
/*
* Since we hold the vnode lock this should only
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 25, 8:41 AM (7 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35469068
Default Alt Text
D43261.id132049.diff (431 B)
Attached To
Mode
D43261: Minor improvements for vtruncbuf()
Attached
Detach File
Event Timeline
Log In to Comment