NetBSD-Bugs archive

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

PR/54598 CVS commit: [netbsd-9] src/sys/fs/ntfs



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54598 CVS commit: [netbsd-9] src/sys/fs/ntfs
Date: Mon, 21 Oct 2019 20:15:03 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Mon Oct 21 20:15:03 UTC 2019
 
 Modified Files:
 	src/sys/fs/ntfs [netbsd-9]: ntfs_subr.c ntfs_vfsops.c
 
 Log Message:
 Pull up following revision(s) (requested by hannken in ticket #354):
 
 	sys/fs/ntfs/ntfs_vfsops.c: revision 1.108
 	sys/fs/ntfs/ntfs_subr.c: revision 1.62
 
 It is not possible to call vflush() from xxx_mount().
 Replace with a vnode iterator and use vrecycle().
 
  -
 
 When the MFT record size is lower than the cluster size we have
 to read consecutive clusters to fill the MFT record.
 Should fix PR kern/54598: mount ntfs panic
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.61 -r1.61.22.1 src/sys/fs/ntfs/ntfs_subr.c
 cvs rdiff -u -r1.107 -r1.107.16.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