diff for duplicates of <49DCAF04.3090803@fastmail.fm> diff --git a/a/1.txt b/N1/1.txt index 68b3b05..2b7e731 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -85,7 +85,7 @@ check_windows_hibernation_status(ntfs_volume *vol) } - kaddr = (u32*)page_address(page); + kaddr = page_address(page); - if (*(le32*)kaddr = cpu_to_le32(0x72626968)/*'hibr'*/) { + if (*(le32*)kaddr == cpu_to_le32(0x72626968)/*'hibr'*/) { ntfs_debug("Magic \"hibr\" found in hiberfil.sys. Windows is " "hibernated on the volume. This is the " @@ -1515,7 +1515,7 @@ not_enabled: diff --git a/a/content_digest b/N1/content_digest index d79c283..e716c17 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -11,7 +11,7 @@ "ref\036ca99e90904080522o4813667fx535e02179b1f3688@mail.gmail.com\0" "From\0Jack Stone <jwjstone@fastmail.fm>\0" "Subject\0Re: [PATCH 35/56] ntfs: Remove void casts\0" - "Date\0Wed, 08 Apr 2009 14:04:52 +0000\0" + "Date\0Wed, 08 Apr 2009 15:04:52 +0100\0" "To\0Bert Wesarg <bert.wesarg@googlemail.com>\0" "Cc\0linux-kernel@vger.kernel.org" jeff@garzik.org @@ -105,7 +105,7 @@ " }\n" "- kaddr = (u32*)page_address(page);\n" "+ kaddr = page_address(page);\n" - " if (*(le32*)kaddr = cpu_to_le32(0x72626968)/*'hibr'*/) {\n" + " if (*(le32*)kaddr == cpu_to_le32(0x72626968)/*'hibr'*/) {\n" " ntfs_debug(\"Magic \\\"hibr\\\" found in hiberfil.sys. Windows is \"\n" " \"hibernated on the volume. This is the \"\n" "@@ -1515,7 +1515,7 @@ not_enabled:\n" @@ -150,4 +150,4 @@ " ntfs_debug(\"Stamping transaction log ($UsnJrnl): old \"\n" " \"journal_id 0x%llx, old lowest_valid_usn \"" -ee35bbf385a4942fa1924ec33cbd0cb88b6452c662c063310770636ed1c0fa6b +cd4b08519b5c4433a39b5114e37b6973db24ac0bbee0a63b58f6d6439eb1b9f9
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.