[NTFS] - Add a few fixes and improvements, most from CR-123:
authorTrevor Thompson <tmt256@email.vccs.edu>
Wed, 5 Jul 2017 16:29:16 +0000 (16:29 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 10 Dec 2017 10:14:58 +0000 (11:14 +0100)
commit5ab24a5aaed797d556384e81047e9f75cb903e49
tree8167de766269d036bb97e31baf823cb0f4e75257
parent68a48b2758c64bf1e8f4b7885020567441d14879
[NTFS] - Add a few fixes and improvements, most from CR-123:
-Add ATTR_RECORD_ALIGNMENT define to replace magic value of 8 when we need to adjust an attribute's beginning or length.
-Don't use int's.
-GetPackedByteCount() - Remove unused "bytes" variable.

svn path=/branches/GSoC_2016/NTFS/; revision=75288
drivers/filesystems/ntfs/attrib.c
drivers/filesystems/ntfs/btree.c
drivers/filesystems/ntfs/create.c
drivers/filesystems/ntfs/mft.c
drivers/filesystems/ntfs/ntfs.h