Source-Changes archive

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

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



Module Name:    src
Committed By:   martin
Date:           Mon Oct 21 17:01:57 UTC 2019

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

Log Message:
Pull up following revision(s) (requested by hannken in ticket #1410):

        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.10.1 src/sys/fs/ntfs/ntfs_subr.c
cvs rdiff -u -r1.107 -r1.107.4.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