[BACK]Return to puffs_vfsops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / puffs

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

Diff for /src/sys/fs/puffs/puffs_vfsops.c between version 1.119 and 1.120

version 1.119, 2017/02/17 08:31:24 version 1.120, 2017/04/01 19:35:56
Line 511  puffs_vfsop_statvfs(struct mount *mp, st
Line 511  puffs_vfsop_statvfs(struct mount *mp, st
 static bool  static bool
 pageflush_selector(void *cl, struct vnode *vp)  pageflush_selector(void *cl, struct vnode *vp)
 {  {
   
           KASSERT(mutex_owned(vp->v_interlock));
   
         return vp->v_type == VREG &&          return vp->v_type == VREG &&
             !(LIST_EMPTY(&vp->v_dirtyblkhd) && UVM_OBJ_IS_CLEAN(&vp->v_uobj));              !(LIST_EMPTY(&vp->v_dirtyblkhd) && UVM_OBJ_IS_CLEAN(&vp->v_uobj));
 }  }

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

CVSweb <webmaster@jp.NetBSD.org>