Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 838bf967 authored by Anton Altaparmakov's avatar Anton Altaparmakov
Browse files

NTFS: Fix the definition of the CHKD ntfs record magic. It had an off by


      two error causing it to be CHKB instead of CHKD.

Signed-off-by: default avatarAnton Altaparmakov <aia21@cantab.net>
parent 715dc636
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ enum {
	magic_RCRD = const_cpu_to_le32(0x44524352), /* Log record page. */

	/* Found in $LogFile/$DATA.  (May be found in $MFT/$DATA, also?) */
	magic_CHKD = const_cpu_to_le32(0x424b4843), /* Modified by chkdsk. */
	magic_CHKD = const_cpu_to_le32(0x444b4843), /* Modified by chkdsk. */

	/* Found in all ntfs record containing records. */
	magic_BAAD = const_cpu_to_le32(0x44414142), /* Failed multi sector