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

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

Diff for /src/sys/fs/tmpfs/tmpfs_vnops.c between version 1.35 and 1.36

version 1.35, 2007/01/04 15:42:37 version 1.36, 2007/02/21 23:00:04
Line 567  tmpfs_write(void *v)
Line 567  tmpfs_write(void *v)
         struct uio *uio = ((struct vop_write_args *)v)->a_uio;          struct uio *uio = ((struct vop_write_args *)v)->a_uio;
         int ioflag = ((struct vop_write_args *)v)->a_ioflag;          int ioflag = ((struct vop_write_args *)v)->a_ioflag;
   
         boolean_t extended;          bool extended;
         int error;          int error;
         int flags;          int flags;
         off_t oldsize;          off_t oldsize;

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

CVSweb <webmaster@jp.NetBSD.org>