All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <157780590246.25571.8995170375088979996.stgit@warthog.procyon.org.uk>

diff --git a/a/1.txt b/N1/1.txt
index 1cd664b..58eec71 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -18,11 +18,12 @@ index 813db1708494..5c794f4b051a 100644
  	afs_stat_v(dvnode, n_lookup);
  	inode = afs_do_lookup(dir, dentry, key);
  	key_put(key);
--	if (inode = ERR_PTR(-ENOENT)) {
-+	if (inode = ERR_PTR(-ENOENT))
+-	if (inode == ERR_PTR(-ENOENT)) {
++	if (inode == ERR_PTR(-ENOENT))
  		inode = afs_try_auto_mntpt(dentry, dir);
 -	} else {
--		dentry->d_fsdata -			(void *)(unsigned long)dvnode->status.data_version;
+-		dentry->d_fsdata =
+-			(void *)(unsigned long)dvnode->status.data_version;
 -	}
  
  	if (!IS_ERR_OR_NULL(inode))
diff --git a/a/content_digest b/N1/content_digest
index 788a392..7eb3768 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -46,15 +46,16 @@
   " \tafs_stat_v(dvnode, n_lookup);\n",
   " \tinode = afs_do_lookup(dir, dentry, key);\n",
   " \tkey_put(key);\n",
-  "-\tif (inode = ERR_PTR(-ENOENT)) {\n",
-  "+\tif (inode = ERR_PTR(-ENOENT))\n",
+  "-\tif (inode == ERR_PTR(-ENOENT)) {\n",
+  "+\tif (inode == ERR_PTR(-ENOENT))\n",
   " \t\tinode = afs_try_auto_mntpt(dentry, dir);\n",
   "-\t} else {\n",
-  "-\t\tdentry->d_fsdata -\t\t\t(void *)(unsigned long)dvnode->status.data_version;\n",
+  "-\t\tdentry->d_fsdata =\n",
+  "-\t\t\t(void *)(unsigned long)dvnode->status.data_version;\n",
   "-\t}\n",
   " \n",
   " \tif (!IS_ERR_OR_NULL(inode))\n",
   " \t\tfid = AFS_FS_I(inode)->fid;"
 ]
 
-adcd4dcaa0af67809c29d248e465dfc75ece12c0bd95e397ed4c58e990cdab6e
+25b885bb9281eb2fdaafb8ecc391b837b18a7f59c026c524fdb899472a8930a6

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.