diff for duplicates of <49DDC50A.4070707@fastmail.fm> diff --git a/a/1.txt b/N1/1.txt index 63001c3..65b6719 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -37,7 +37,7 @@ Jack Stone wrote: > - temp = (struct oplock_q_entry *) kmem_cache_alloc(cifs_oplock_cachep, > - GFP_KERNEL); > + temp = kmem_cache_alloc(cifs_oplock_cachep, GFP_KERNEL); -> if (temp = NULL) +> if (temp == NULL) > return temp; > else { > -- diff --git a/a/content_digest b/N1/content_digest index 144a92e..4fd7a15 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -9,7 +9,7 @@ "ref\049DCABD6.4080209@fastmail.fm\0" "From\0Jack Stone <jwjstone@fastmail.fm>\0" "Subject\0Re: [PATCH 06/56] cifs: Remove void casts\0" - "Date\0Thu, 09 Apr 2009 09:51:06 +0000\0" + "Date\0Thu, 09 Apr 2009 10:51:06 +0100\0" "To\0Bert Wesarg <bert.wesarg@googlemail.com>\0" "Cc\0linux-kernel@vger.kernel.org" jeff@garzik.org @@ -56,7 +56,7 @@ "> - temp = (struct oplock_q_entry *) kmem_cache_alloc(cifs_oplock_cachep,\n" "> - GFP_KERNEL);\n" "> + temp = kmem_cache_alloc(cifs_oplock_cachep, GFP_KERNEL);\n" - "> if (temp = NULL)\n" + "> if (temp == NULL)\n" "> return temp;\n" "> else {\n" "> --\n" @@ -65,4 +65,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -8cf0c8f1a4cc16cf6cb861fe13d2652b7f657a1f6f2667858ebe1da43dfd9dac +51c9c91b5a3f578d1b8a28e3648bc9915bc7a5ae4afc061d932a6515fefcae2d
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.