diff for duplicates of <1335475838.3035.4.camel@localhost> diff --git a/a/1.txt b/N1/1.txt index d1909bf..d85129f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,7 +22,7 @@ On Thu, 2012-04-26 at 23:14 +0200, Oliver Neukum 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; > diff --git a/a/content_digest b/N1/content_digest index af02da9..ea0a7bb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\0201204262314.02683.oliver@neukum.org\0" "From\0Emil Goode <emilgoode@gmail.com>\0" "Subject\0Re: [PATCH] GFS2: Return -ENOMEM only if kmalloc fails\0" - "Date\0Thu, 26 Apr 2012 21:30:38 +0000\0" + "Date\0Thu, 26 Apr 2012 23:30:38 +0200\0" "To\0Oliver Neukum <oliver@neukum.org>\0" "Cc\0swhiteho@redhat.com" cluster-devel@redhat.com @@ -34,7 +34,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" "> \n" @@ -44,4 +44,4 @@ "> \tRegards\n" "> \t\tOliver" -c25df9f0151b72987f12250e90af4124fd8e5db9931f878cf192dd4c301450dc +03539e5d60643bdae1085928ed74efbf5f9fbdb3986e3e4503f8d2878e1d1339
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.