[BACK]Return to genfs_vnops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / miscfs / genfs

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

Diff for /src/sys/miscfs/genfs/genfs_vnops.c between version 1.15 and 1.16

version 1.15, 1999/11/15 18:49:10 version 1.16, 2000/03/30 12:22:14
Line 81  genfs_fsync(v)
Line 81  genfs_fsync(v)
                 int a_flags;                  int a_flags;
                 struct proc *a_p;                  struct proc *a_p;
         } */ *ap = v;          } */ *ap = v;
         register struct vnode *vp = ap->a_vp;          struct vnode *vp = ap->a_vp;
         int wait;          int wait;
   
         wait = (ap->a_flags & FSYNC_WAIT) != 0;          wait = (ap->a_flags & FSYNC_WAIT) != 0;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>