All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20120426211957.GA9514@redhat.com>

diff --git a/a/1.txt b/N1/1.txt
index dd3fbd6..7b653ff 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -16,7 +16,7 @@ On Thu, Apr 26, 2012 at 11:12:58PM +0200, Emil Goode wrote:
  >  	len = posix_acl_to_xattr(acl, NULL, 0);
  >  	data = kmalloc(len, GFP_NOFS);
  > -	error = -ENOMEM;
- >  	if (data = NULL)
+ >  	if (data == NULL)
  > +		error = -ENOMEM;
  >  		goto out;
  >  	posix_acl_to_xattr(acl, data, len);
diff --git a/a/content_digest b/N1/content_digest
index 72a7216..67d33df 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01335474778-6252-1-git-send-email-emilgoode@gmail.com\0"
  "From\0Dave Jones <davej@redhat.com>\0"
  "Subject\0Re: [PATCH] GFS2: Return -ENOMEM only if kmalloc fails\0"
- "Date\0Thu, 26 Apr 2012 21:19:57 +0000\0"
+ "Date\0Thu, 26 Apr 2012 17:19:57 -0400\0"
  "To\0Emil Goode <emilgoode@gmail.com>\0"
  "Cc\0swhiteho@redhat.com"
   cluster-devel@redhat.com
@@ -27,7 +27,7 @@
  " >  \tlen = posix_acl_to_xattr(acl, NULL, 0);\n"
  " >  \tdata = kmalloc(len, GFP_NOFS);\n"
  " > -\terror = -ENOMEM;\n"
- " >  \tif (data = NULL)\n"
+ " >  \tif (data == NULL)\n"
  " > +\t\terror = -ENOMEM;\n"
  " >  \t\tgoto out;\n"
  " >  \tposix_acl_to_xattr(acl, data, len);\n"
@@ -41,4 +41,4 @@
  "\n"
  "\tDave"
 
-e36ea7cdc4c83e8c5267b4458bf1d392106809663027fb08b69a8a35bde1ec61
+ef3413be1220fcc8ee6ad28705c06043c90a4a9e5453bd498ab8bf21dae2849e

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.