[BACK]Return to puffs_subr.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_subr.c between version 1.40.2.1 and 1.40.2.2

version 1.40.2.1, 2007/08/15 13:48:59 version 1.40.2.2, 2007/09/10 10:55:54
Line 87  puffs_getvnode(struct mount *mp, void *c
Line 87  puffs_getvnode(struct mount *mp, void *c
   
         if (type <= VNON || type >= VBAD)          if (type <= VNON || type >= VBAD)
                 return EINVAL;                  return EINVAL;
           if (vsize == VSIZENOTSET)
                   return EINVAL;
   
         pmp = MPTOPUFFSMP(mp);          pmp = MPTOPUFFSMP(mp);
   

Legend:
Removed from v.1.40.2.1  
changed lines
  Added in v.1.40.2.2

CVSweb <webmaster@jp.NetBSD.org>