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
Wed, Jun 24, 8:22 PM (12 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34292325
Default Alt Text
D55512.diff (352 B)

Event Timeline