Page MenuHomeFreeBSD

D55512.diff
No OneTemporary

D55512.diff

diff --git a/sys/ufs/ffs/ffs_snapshot.c b/sys/ufs/ffs/ffs_snapshot.c
--- a/sys/ufs/ffs/ffs_snapshot.c
+++ b/sys/ufs/ffs/ffs_snapshot.c
@@ -282,7 +282,7 @@
NDFREE_PNBUF(&nd);
vput(nd.ni_dvp);
if ((error = vn_start_write(NULL, &wrtmp,
- V_XSLEEP | PCATCH)) != 0)
+ V_XSLEEP | V_PCATCH)) != 0)
return (error);
goto restart;
}

File Metadata

Mime Type
text/plain
Expires
Fri, May 29, 1:27 AM (13 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33596007
Default Alt Text
D55512.diff (352 B)

Event Timeline