kernel/ntfs - Fix buffer overlapping problems.
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Thu, 27 Feb 2014 20:26:49 +0000 (21:26 +0100)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sat, 22 Mar 2014 22:22:39 +0000 (23:22 +0100)
commit3ed4c2fbfd43b10d01653f272307f5247541e16d
treea624ce5a956c0353c62ff773dc16888d8909983a
parenta3aef81b867625615fb84d5b4a195bf31e5c54d0
kernel/ntfs - Fix buffer overlapping problems.

- Read only one cluster at a time.
- Do not cache boot block.

Taken-from:    FreeBSD's r118035
Dragonfly-bug: <http://bugs.dragonflybsd.org/issues/2388>

(Commit refs #2388 and fixes #1853)
sys/vfs/ntfs/ntfs_subr.c
sys/vfs/ntfs/ntfs_vfsops.c