kernel/ntfs - Fix a possible problem in bufcache.
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Thu, 27 Feb 2014 00:08:26 +0000 (01:08 +0100)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Thu, 27 Feb 2014 20:40:33 +0000 (21:40 +0100)
commit173c3351fa2e30d86778607158eeba185c411788
tree64ff3b9bea974ef9b04216d689a88a36e0b4305b
parent61871f77781057bd99cf509b946fe7d352e74309
kernel/ntfs - Fix a possible problem in bufcache.

- Avoid different block size bread() calls for the
  same blkno.
- Fix a bug in the code handling holes which could
  cause infinite loops.

Taken-from:    FreeBSD's r116620
sys/vfs/ntfs/ntfs_subr.c