Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147556002
D32023.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
244 B
Referenced Files
None
Subscribers
None
D32023.id.diff
View Options
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -745,7 +745,8 @@
VOP_UNLOCK(vp);
vn_finished_write(mp);
- break;
+ if (error != ERELOOKUP)
+ break;
}
return (error);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 12, 9:15 PM (8 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29596076
Default Alt Text
D32023.id.diff (244 B)
Attached To
Mode
D32023: aio_fsync_vnode: handle ERELOOKUP after VOP_FSYNC()
Attached
Detach File
Event Timeline
Log In to Comment