Module Name: src Committed By: hannken Date: Thu Nov 13 16:51:10 UTC 2014
Modified Files: src/sys/fs/ntfs: ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vfsops.h Log Message: - Change ntfs_vgetex() to always load the ntnode and fnode. - Take the vnode attributes from the NAME attribute. - Remove now unused ntfs_times() and ntfs_filesize(). - Treat nodes without an unnamed DATA attribute as zero-sized regular files. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/fs/ntfs/ntfs_subr.c cvs rdiff -u -r1.7 -r1.8 src/sys/fs/ntfs/ntfs_subr.h cvs rdiff -u -r1.95 -r1.96 src/sys/fs/ntfs/ntfs_vfsops.c cvs rdiff -u -r1.8 -r1.9 src/sys/fs/ntfs/ntfs_vfsops.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.