[NTFS] - Expand support for resizing resident attributes and fix NtfsAllocateClusters().
authorTrevor Thompson <tmt256@email.vccs.edu>
Sat, 13 May 2017 08:56:54 +0000 (08:56 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 10 Dec 2017 10:14:18 +0000 (11:14 +0100)
commitc25b9747a168c659c76e1b41a53655dad53f8007
tree6c032328863bfe094eb257d97439772416213fe5
parent52b9f46776d9850c49976c949513fdd34a6d935f
[NTFS] - Expand support for resizing resident attributes and fix NtfsAllocateClusters().
-Modify SetAttributeDataLength() to allow a resident attribute to migrate to non-resident if the attribute grows too large to remain resident.
-Fix values returned by NtfsAllocateClusters() in case of error; return error codes, not 0.

svn path=/branches/GSoC_2016/NTFS/; revision=74524
drivers/filesystems/ntfs/mft.c
drivers/filesystems/ntfs/volinfo.c