Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153845763
D8242.id21373.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
286 B
Referenced Files
None
Subscribers
None
D8242.id21373.diff
View Options
Index: head/sys/vm/vm_fault.c
===================================================================
--- head/sys/vm/vm_fault.c
+++ head/sys/vm/vm_fault.c
@@ -321,6 +321,8 @@
growstack = FALSE;
goto RetryFault;
}
+ if (fs.vp != NULL)
+ vput(fs.vp);
return (result);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 25, 5:27 AM (9 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32111147
Default Alt Text
D8242.id21373.diff (286 B)
Attached To
Mode
D8242: Fix a vnode lock leak in vm_fault_hold().
Attached
Detach File
Event Timeline
Log In to Comment