On Sun, Jun 26, 2016 at 9:18 AM, Konstantin Belousov <k...@freebsd.org> wrote:
> Author: kib > Date: Sun Jun 26 14:18:28 2016 > New Revision: 302210 > URL: https://svnweb.freebsd.org/changeset/base/302210 > > Log: > Clean other flags in ncl_inactive, only. Add comment explaining why > other > flags should be unset. > [...] > + > + /* > + * NMODIFIED means that there might be dirty/stale buffers > + * associated with the NFS vnode. None of the other flags are > + * meaningful after the vnode is unused. > + */ > + np->n_flag &= NMODIFIED; > Maybe I am confused, but the commit message reads like this should be '=', not '&='. -Ben > + mtx_unlock(&np->n_mtx); > return (0); > } > > _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"