cvs commit: src/sys/vfs/ntfs ntfs_subr.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Apr 13 12:26:50 PDT 2006
dillon 2006/04/13 12:25:10 PDT
DragonFly src repository
Modified files:
sys/vfs/ntfs ntfs_subr.c
Log:
NTFS sometimes splits the initialization of a new vnode into two parts.
Make sure VMIO is enabled for regular files so BUF/BIO ops work in the
second part as VREG might not be set in the first part.
Reported-by: Stefan Krueger <skrueger at xxxxxxxxxxxxxxxx>
Revision Changes Path
1.21 +6 -1 src/sys/vfs/ntfs/ntfs_subr.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/ntfs/ntfs_subr.c.diff?r1=1.20&r2=1.21&f=u
More information about the Commits
mailing list