diff for duplicates of <1181707402.13391.30.camel@merlin.linuxcoe.com> diff --git a/a/1.txt b/N1/1.txt index aa30636..3137b2a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ index 824e3b7..a6f9cad 100644 journal->j_revoke = journal->j_revoke_table[0]; /* Check that the hash_size is a power of two */ -- J_ASSERT ((hash_size & (hash_size-1)) = 0); +- J_ASSERT ((hash_size & (hash_size-1)) == 0); + J_ASSERT (is_power_of_2(hash_size)); journal->j_revoke->hash_size = hash_size; @@ -29,7 +29,7 @@ index 824e3b7..a6f9cad 100644 journal->j_revoke = journal->j_revoke_table[1]; /* Check that the hash_size is a power of two */ -- J_ASSERT ((hash_size & (hash_size-1)) = 0); +- J_ASSERT ((hash_size & (hash_size-1)) == 0); + J_ASSERT (is_power_of_2(hash_size)); journal->j_revoke->hash_size = hash_size; @@ -49,7 +49,7 @@ index 9246e76..dfcbccc 100644 journal->j_revoke = journal->j_revoke_table[0]; /* Check that the hash_size is a power of two */ -- J_ASSERT ((hash_size & (hash_size-1)) = 0); +- J_ASSERT ((hash_size & (hash_size-1)) == 0); + J_ASSERT (is_power_of_2(hash_size)); journal->j_revoke->hash_size = hash_size; @@ -58,7 +58,7 @@ index 9246e76..dfcbccc 100644 journal->j_revoke = journal->j_revoke_table[1]; /* Check that the hash_size is a power of two */ -- J_ASSERT ((hash_size & (hash_size-1)) = 0); +- J_ASSERT ((hash_size & (hash_size-1)) == 0); + J_ASSERT (is_power_of_2(hash_size)); journal->j_revoke->hash_size = hash_size; @@ -67,8 +67,3 @@ index 9246e76..dfcbccc 100644 Vignesh Babu BM _____________________________________________________________ "Why is it that every time I'm with you, makes me believe in magic?" - -_______________________________________________ -Kernel-janitors mailing list -Kernel-janitors@lists.linux-foundation.org -https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors diff --git a/a/content_digest b/N1/content_digest index 6be579f..188b241 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0vignesh babu <vignesh.babu@wipro.com>\0" - "Subject\0[KJ] [PATCH]is_pwoer_of_2-jbd\0" - "Date\0Wed, 13 Jun 2007 04:15:22 +0000\0" + "Subject\0[PATCH]is_pwoer_of_2-jbd\0" + "Date\0Wed, 13 Jun 2007 09:33:22 +0530\0" "To\0sct@redhat.com" " akpm <akpm@linux-foundation.org>\0" "Cc\0linux-ext4@vger.kernel.org" @@ -29,7 +29,7 @@ " \tjournal->j_revoke = journal->j_revoke_table[0];\n" " \n" " \t/* Check that the hash_size is a power of two */\n" - "-\tJ_ASSERT ((hash_size & (hash_size-1)) = 0);\n" + "-\tJ_ASSERT ((hash_size & (hash_size-1)) == 0);\n" "+\tJ_ASSERT (is_power_of_2(hash_size));\n" " \n" " \tjournal->j_revoke->hash_size = hash_size;\n" @@ -38,7 +38,7 @@ " \tjournal->j_revoke = journal->j_revoke_table[1];\n" " \n" " \t/* Check that the hash_size is a power of two */\n" - "-\tJ_ASSERT ((hash_size & (hash_size-1)) = 0);\n" + "-\tJ_ASSERT ((hash_size & (hash_size-1)) == 0);\n" "+\tJ_ASSERT (is_power_of_2(hash_size));\n" " \n" " \tjournal->j_revoke->hash_size = hash_size;\n" @@ -58,7 +58,7 @@ " \tjournal->j_revoke = journal->j_revoke_table[0];\n" " \n" " \t/* Check that the hash_size is a power of two */\n" - "-\tJ_ASSERT ((hash_size & (hash_size-1)) = 0);\n" + "-\tJ_ASSERT ((hash_size & (hash_size-1)) == 0);\n" "+\tJ_ASSERT (is_power_of_2(hash_size));\n" " \n" " \tjournal->j_revoke->hash_size = hash_size;\n" @@ -67,7 +67,7 @@ " \tjournal->j_revoke = journal->j_revoke_table[1];\n" " \n" " \t/* Check that the hash_size is a power of two */\n" - "-\tJ_ASSERT ((hash_size & (hash_size-1)) = 0);\n" + "-\tJ_ASSERT ((hash_size & (hash_size-1)) == 0);\n" "+\tJ_ASSERT (is_power_of_2(hash_size));\n" " \n" " \tjournal->j_revoke->hash_size = hash_size;\n" @@ -75,11 +75,6 @@ "-- \n" "Vignesh Babu BM \n" "_____________________________________________________________ \n" - "\"Why is it that every time I'm with you, makes me believe in magic?\"\n" - "\n" - "_______________________________________________\n" - "Kernel-janitors mailing list\n" - "Kernel-janitors@lists.linux-foundation.org\n" - https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors + "\"Why is it that every time I'm with you, makes me believe in magic?\"" -2d86134f047f2a6e8bdcc3262b19a79696784ed8dd869c226fb3cd587d590c7e +875b042b89f5bc8c25aa6bed1bfdfe248d9d7a239cf14889f2fec612121d96c5
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.