All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20090305144210.e40ef501.akpm@linux-foundation.org>

diff --git a/a/1.txt b/N1/1.txt
index 4cb94b2..82ff292 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -18,7 +18,7 @@ Hannes Eder <hannes@hanneseder.net> wrote:
 > +++ b/mm/memcontrol.c
 > @@ -1634,7 +1634,7 @@ static int mem_cgroup_force_empty_list(struct mem_cgroup *mem,
 >  		pc = list_entry(list->prev, struct page_cgroup, lru);
->  		if (busy = pc) {
+>  		if (busy == pc) {
 >  			list_move(&pc->lru, list);
 > -			busy = 0;
 > +			busy = NULL;
diff --git a/a/content_digest b/N1/content_digest
index 6e0a05f..f7b7a92 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\020090305191839.30062.91081.stgit@f10box.hanneseder.net\0"
  "From\0Andrew Morton <akpm@linux-foundation.org>\0"
  "Subject\0Re: [PATCH v2 15/15] NULL noise: mm/memcontrol.c\0"
- "Date\0Thu, 05 Mar 2009 22:42:10 +0000\0"
+ "Date\0Thu, 5 Mar 2009 14:42:10 -0800\0"
  "To\0Hannes Eder <hannes@hanneseder.net>\0"
  "Cc\0trivial@kernel.org"
   kernel-janitors@vger.kernel.org
@@ -30,7 +30,7 @@
  "> +++ b/mm/memcontrol.c\n"
  "> @@ -1634,7 +1634,7 @@ static int mem_cgroup_force_empty_list(struct mem_cgroup *mem,\n"
  ">  \t\tpc = list_entry(list->prev, struct page_cgroup, lru);\n"
- ">  \t\tif (busy = pc) {\n"
+ ">  \t\tif (busy == pc) {\n"
  ">  \t\t\tlist_move(&pc->lru, list);\n"
  "> -\t\t\tbusy = 0;\n"
  "> +\t\t\tbusy = NULL;\n"
@@ -41,4 +41,4 @@
  "I have to say that I wish sparse didn't do this.  Initialising a\n"
  pointer with literal zero is perfectly clear and is idiomatic C.
 
-a7306f36bda4db20d6d2883a9996a406903323ea9db59033ad56d652721ac1aa
+9a225183ba1628fb8e3f6d8907d018dd2e4bca79e7691e8b5b5a7f58fe8f1331

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.