Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/sys/fs/ntfs



Module Name:    src
Committed By:   snj
Date:           Thu Sep 10 07:33:24 UTC 2009

Modified Files:
        src/sys/fs/ntfs [netbsd-5]: ntfs_subr.c ntfs_vfsops.c

Log Message:
Pull up following revision(s) (requested by pooka in ticket #942):
        sys/fs/ntfs/ntfs_subr.c: revision 1.43
        sys/fs/ntfs/ntfs_vfsops.c: revision 1.79
Set vnode size after creation(*).  Fixes cp(1) from ntfs, the
complaint in the "ntfs ubc_uiomove error" (ubc_uiomove error was
not coming from ntfs but instead the "to" file system) and
PR kern/38531 (well, I assume the submitter wanted cp(1) working on
ntfs instead of mangling ntfs the way the PR title suggests).  Yes,
mmap works on ntfs like it always has.
*) well, um, and in other places too ... uuuh ... no comments.
but I guess this works as long as in-kernel ntfs doesn't grow write
support.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.37.8.1 src/sys/fs/ntfs/ntfs_subr.c
cvs rdiff -u -r1.72 -r1.72.6.1 src/sys/fs/ntfs/ntfs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index