CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2013/05/30 11:35:01
Modified files: sys/isofs/cd9660: cd9660_extern.h cd9660_lookup.c cd9660_node.c cd9660_node.h cd9660_rrip.c cd9660_vfsops.c cd9660_vnops.c iso.h iso_rrip.h sys/isofs/udf : udf.h udf_vfsops.c udf_vnops.c Log message: CD filesystems don't do inode numbers >2^32, so use a smaller type internally, only using ino_t in the VFS layer APIs: vget, readdir, getattr. ok matthew@