CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2013/05/30 13:19:09

Modified files:
        sys/lib/libsa  : ufs.c 
        sys/ufs/ext2fs : ext2fs_alloc.c ext2fs_dinode.h ext2fs_extern.h 
                         ext2fs_lookup.c ext2fs_vfsops.c 
        sys/ufs/ffs    : ffs_alloc.c ffs_extern.h ffs_softdep.c 
                         ffs_softdep_stub.c ffs_vfsops.c softdep.h 
        sys/ufs/ufs    : dinode.h inode.h ufs_extern.h ufs_ihash.c 
                         ufs_lookup.c 

Log message:
UFS does't do inode numbers >2^32, so use a smaller type internally,
only using ino_t in the VFS layer APIs: vget, readdir, getattr.

otto wrote the original diff for libsa to keep bootblock from overflowing
ok deraadt@ kettenis@

Reply via email to