NetBSD-Bugs archive

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

PR/38531 CVS commit: src/sys/fs/ntfs



The following reply was made to PR kern/38531; it has been noted by GNATS.

From: Antti Kantee <pooka%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/38531 CVS commit: src/sys/fs/ntfs
Date: Tue, 1 Sep 2009 15:16:41 +0000

 Module Name:   src
 Committed By:  pooka
 Date:          Tue Sep  1 15:16:41 UTC 2009
 
 Modified Files:
        src/sys/fs/ntfs: ntfs_subr.c ntfs_vfsops.c
 
 Log Message:
 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.42 -r1.43 src/sys/fs/ntfs/ntfs_subr.c
 cvs rdiff -u -r1.78 -r1.79 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