CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2013/05/30 14:11:06

Modified files:
        sys/ntfs       : ntfs.h ntfs_ihash.c ntfs_ihash.h ntfs_inode.h 
                         ntfs_subr.c ntfs_subr.h ntfs_vfsops.c 
                         ntfs_vfsops.h 

Log message:
More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller type
internally, only using ino_t in the VFS layer APIs: vget, readdir, getattr

Reply via email to