[NTFS]
authorPierre Schweitzer <pierre@reactos.org>
Sun, 14 Dec 2014 14:38:44 +0000 (14:38 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sun, 14 Dec 2014 14:38:44 +0000 (14:38 +0000)
commite4e3241286c3bcec41c5e5368ec501e0cb237594
treec2223a1ac21a988798d283b7a589c63c836f48a0
parentc16d33beae2fcef99f931fd24835a23eef295436
[NTFS]
- In the VCB, directly store the total number of clusters available in the volume, this will save a few recurrent divisions
- Use this everywhere it is possible
- Validate input in GetVolumeBitmap(): make sure we don't want bitmap beyond end of the volume

CORE-8725

svn path=/trunk/; revision=65639
reactos/drivers/filesystems/ntfs/fsctl.c
reactos/drivers/filesystems/ntfs/ntfs.h
reactos/drivers/filesystems/ntfs/volinfo.c