Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153715363
D21560.id61785.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
413 B
Referenced Files
None
Subscribers
None
D21560.id61785.diff
View Options
Index: head/sys/ufs/ufs/ufs_quota.c
===================================================================
--- head/sys/ufs/ufs/ufs_quota.c
+++ head/sys/ufs/ufs/ufs_quota.c
@@ -617,7 +617,7 @@
MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp);
goto again;
}
- if (vp->v_type == VNON || vp->v_writecount == 0) {
+ if (vp->v_type == VNON || vp->v_writecount <= 0) {
VOP_UNLOCK(vp, 0);
vrele(vp);
continue;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 4:07 AM (10 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32059351
Default Alt Text
D21560.id61785.diff (413 B)
Attached To
Mode
D21560: Collection of fixes for exec/v_writecount handling.
Attached
Detach File
Event Timeline
Log In to Comment