[BACK]Return to ffs_inode.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ufs / ffs

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

Diff for /src/sys/ufs/ffs/ffs_inode.c between version 1.53 and 1.54

version 1.53, 2003/01/24 21:55:22 version 1.54, 2003/01/25 16:40:29
Line 175  ffs_truncate(v)
Line 175  ffs_truncate(v)
         daddr_t lastblock;          daddr_t lastblock;
         struct inode *oip;          struct inode *oip;
         daddr_t bn, lastiblock[NIADDR], indir_lbn[NIADDR];          daddr_t bn, lastiblock[NIADDR], indir_lbn[NIADDR];
         daddr_t oldblks[NDADDR + NIADDR], newblks[NDADDR + NIADDR];          /* XXX ondisk32 */
           int32_t oldblks[NDADDR + NIADDR], newblks[NDADDR + NIADDR];
         off_t length = ap->a_length;          off_t length = ap->a_length;
         struct fs *fs;          struct fs *fs;
         int offset, size, level;          int offset, size, level;

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

CVSweb <webmaster@jp.NetBSD.org>