[BACK]Return to nfs_subs.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / nfs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/nfs/nfs_subs.c between version 1.228 and 1.228.2.1

version 1.228, 2016/06/10 13:27:16 version 1.228.2.1, 2017/04/26 02:53:30
Line 1753  nfs_clearcommit_selector(void *cl, struc
Line 1753  nfs_clearcommit_selector(void *cl, struc
         struct nfsnode *np;          struct nfsnode *np;
         struct vm_page *pg;          struct vm_page *pg;
   
           KASSERT(mutex_owned(vp->v_interlock));
   
         np = VTONFS(vp);          np = VTONFS(vp);
         if (vp->v_type != VREG || vp->v_mount != c->mp || np == NULL)          if (vp->v_type != VREG || vp->v_mount != c->mp || np == NULL)
                 return false;                  return false;

Legend:
Removed from v.1.228  
changed lines
  Added in v.1.228.2.1

CVSweb <webmaster@jp.NetBSD.org>