All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100825071135.GO29330@bicker>

diff --git a/a/1.txt b/N1/1.txt
index d36d604..53e858c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,7 +10,7 @@ index 5d893d3..1e623ec 100644
  			in = dn->d_inode;
  		} else {
  			in = ceph_get_inode(parent->d_sb, vino);
--			if (in == NULL) {
+-			if (in = NULL) {
 +			if (IS_ERR(in)) {
  				dout("new_inode badness\n");
  				d_delete(dn);
diff --git a/a/content_digest b/N1/content_digest
index fb5cbf0..6f9b372 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <error27@gmail.com>\0"
  "Subject\0[patch] ceph: ceph_get_inode() returns an ERR_PTR\0"
- "Date\0Wed, 25 Aug 2010 09:11:35 +0200\0"
+ "Date\0Wed, 25 Aug 2010 07:11:35 +0000\0"
  "To\0Sage Weil <sage@newdream.net>\0"
  "Cc\0Yehuda Sadeh <yehuda@hq.newdream.net>"
   ceph-devel@vger.kernel.org
@@ -20,7 +20,7 @@
  " \t\t\tin = dn->d_inode;\n"
  " \t\t} else {\n"
  " \t\t\tin = ceph_get_inode(parent->d_sb, vino);\n"
- "-\t\t\tif (in == NULL) {\n"
+ "-\t\t\tif (in = NULL) {\n"
  "+\t\t\tif (IS_ERR(in)) {\n"
  " \t\t\t\tdout(\"new_inode badness\\n\");\n"
  " \t\t\t\td_delete(dn);\n"
@@ -31,4 +31,4 @@
  " \t\t\t}\n"
  " \t\t\tdn = splice_dentry(dn, in, NULL);"
 
-0ec2dbf7460633ac4b967527708195026723f0aeee13f9d9e5c5593815cd3500
+b9498bd7c5571395afa9e9973b38c2bae54a18c1384042184fd87f4245c758ae

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.