Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107912413
D32023.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.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
Mon, Jan 20, 8:17 AM (20 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15975885
Default Alt Text
D32023.diff (244 B)
Attached To
Mode
D32023: aio_fsync_vnode: handle ERELOOKUP after VOP_FSYNC()
Attached
Detach File
Event Timeline
Log In to Comment