All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100516173729.GE31073@ZenIV.linux.org.uk>

diff --git a/a/1.txt b/N1/1.txt
index 2c5e5ed..56ddd35 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -17,7 +17,7 @@ use case:
 	if (ino) {
 		inode = ext2_iget(dir->i_sb, ino);
 		if (unlikely(IS_ERR(inode))) {
-			if (PTR_ERR(inode) = -ESTALE) {
+			if (PTR_ERR(inode) == -ESTALE) {
 				ext2_error(dir->i_sb, __func__,
 						"deleted inode referenced: %lu",
 						(unsigned long) ino);
diff --git a/a/content_digest b/N1/content_digest
index d294c7b..cb30470 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\0Pine.LNX.4.64.1005161104520.6573@ask.diku.dk\0"
  "From\0Al Viro <viro@zeniv.linux.org.uk>\0"
  "Subject\0Re: ERR_PTR and PTR_ERR\0"
- "Date\0Sun, 16 May 2010 17:37:29 +0000\0"
+ "Date\0Sun, 16 May 2010 18:37:29 +0100\0"
  "To\0Julia Lawall <julia@diku.dk>\0"
  "Cc\0linux-kernel@vger.kernel.org"
  " kernel-janitors@vger.kernel.org\0"
@@ -27,7 +27,7 @@
  "\tif (ino) {\n"
  "\t\tinode = ext2_iget(dir->i_sb, ino);\n"
  "\t\tif (unlikely(IS_ERR(inode))) {\n"
- "\t\t\tif (PTR_ERR(inode) = -ESTALE) {\n"
+ "\t\t\tif (PTR_ERR(inode) == -ESTALE) {\n"
  "\t\t\t\text2_error(dir->i_sb, __func__,\n"
  "\t\t\t\t\t\t\"deleted inode referenced: %lu\",\n"
  "\t\t\t\t\t\t(unsigned long) ino);\n"
@@ -39,4 +39,4 @@
  "\t}\n"
  "\treturn d_splice_alias(inode, dentry);"
 
-2bf3f5d17e2d4ba68a2eb124947f5f376d3907ec366587811c524aa0dea1ddab
+eccfd438988e25fbb28683661b585488162d16f46e278bfac09de486c351195e

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.