Module Name: src Committed By: hannken Date: Thu Nov 13 16:49:56 UTC 2014
Modified Files: src/sys/fs/ntfs: ntfs_inode.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vfsops.h ntfs_vnops.c Log Message: - Fix ntfs_ntlookupattr() to make the examples from the man page work. - Fix ntfs_loadntnode() to always read full cluster to prevent buffer cache inconsistency. - Change ntfs_vgetex() and ntfs_fget() to take a const attrname and always pass a possibly empty string. - Change printf to dprintf. - Get rid of dead fields i_next, i_prev of struct ntnode. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/fs/ntfs/ntfs_inode.h \ src/sys/fs/ntfs/ntfs_vfsops.h cvs rdiff -u -r1.51 -r1.52 src/sys/fs/ntfs/ntfs_subr.c cvs rdiff -u -r1.6 -r1.7 src/sys/fs/ntfs/ntfs_subr.h cvs rdiff -u -r1.94 -r1.95 src/sys/fs/ntfs/ntfs_vfsops.c cvs rdiff -u -r1.57 -r1.58 src/sys/fs/ntfs/ntfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.