Page MenuHomeFreeBSD

D22899.diff
No OneTemporary

D22899.diff

Index: head/sys/kern/vfs_cluster.c
===================================================================
--- head/sys/kern/vfs_cluster.c
+++ head/sys/kern/vfs_cluster.c
@@ -865,8 +865,7 @@
(tbp->b_bcount != tbp->b_bufsize) ||
(tbp->b_bcount != size) ||
(len == 1) ||
- ((bp = uma_zalloc(cluster_pbuf_zone,
- (vp->v_vflag & VV_MD) != 0 ? M_NOWAIT : M_WAITOK)) == NULL)) {
+ ((bp = uma_zalloc(cluster_pbuf_zone, M_NOWAIT)) == NULL)) {
totalwritten += tbp->b_bufsize;
bawrite(tbp);
++start_lbn;

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 7, 11:16 AM (4 m, 25 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31027677
Default Alt Text
D22899.diff (526 B)

Event Timeline