Page MenuHomeFreeBSD

Partial MFH - r272467
ActivePublic

Authored by araujo on Oct 6 2014, 8:21 PM.
Tags
None
Referenced Files
F33113: Partial_MFH_-_r272467
Oct 6 2014, 8:21 PM
Subscribers
None
--- zfs_vnops.c.orig 2014-10-06 06:37:56.248401542 -0500
+++ zfs_vnops.c 2014-10-06 05:37:00.153296996 -0500
@@ -2827,6 +2827,7 @@
#endif
vap->va_seq = zp->z_seq;
vap->va_flags = 0; /* FreeBSD: Reset chflags(2) flags. */
+ vap->va_filerev = zp->z_seq;
/*
* Add in any requested optional attributes and the create time.

Event Timeline

araujo changed the title of this paste from untitled to Partial MFH - r272467.
araujo updated the paste's language from autodetect to c.