diff for duplicates of <5CD94353.90702@bfs.de> diff --git a/a/1.txt b/N1/1.txt index 87d384a..ce29301 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -29,19 +29,19 @@ ok, sorry for the noise i did not know, for me that look unintended. no need to cache, the idea was only to make the correlation between the name and flags more obvious. (no need to hurry, i just noticed it) -if (strcmp(name, "acl") = 0) { +if (strcmp(name, "acl") == 0) { which = 0; flags = YFS_ACL_WANT_ACL; } -else if (strcmp(name, "acl_inherited") = 0) { +else if (strcmp(name, "acl_inherited") == 0) { which = 1; flags = 0; } -else if (strcmp(name, "acl_num_cleaned") = 0) { +else if (strcmp(name, "acl_num_cleaned") == 0) { which = 2; flags = 0; } -else if (strcmp(name, "vol_acl") = 0) { +else if (strcmp(name, "vol_acl") == 0) { which = 3; flags = YFS_ACL_WANT_VOL_ACL; } diff --git a/a/content_digest b/N1/content_digest index 8e32519..34be3cd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -6,7 +6,7 @@ "ref\06819.1557691584@warthog.procyon.org.uk\0" "From\0walter harms <wharms@bfs.de>\0" "Subject\0Re: [PATCH 2/2] afs: Fix afs_xattr_get_yfs() to not try freeing an error value\0" - "Date\0Mon, 13 May 2019 10:13:39 +0000\0" + "Date\0Mon, 13 May 2019 12:13:39 +0200\0" "To\0David Howells <dhowells@redhat.com>\0" "Cc\0jaltman@auristor.com" linux-afs@lists.infradead.org @@ -45,19 +45,19 @@ "no need to cache, the idea was only to make the correlation between the name\n" "and flags more obvious. (no need to hurry, i just noticed it)\n" "\n" - "if (strcmp(name, \"acl\") = 0) {\n" + "if (strcmp(name, \"acl\") == 0) {\n" "\t\twhich = 0;\n" " flags = YFS_ACL_WANT_ACL;\n" "\t}\n" - "else if (strcmp(name, \"acl_inherited\") = 0) {\n" + "else if (strcmp(name, \"acl_inherited\") == 0) {\n" "\t\twhich = 1;\n" " flags = 0;\n" " }\n" - "else if (strcmp(name, \"acl_num_cleaned\") = 0) {\n" + "else if (strcmp(name, \"acl_num_cleaned\") == 0) {\n" "\t\twhich = 2;\n" " flags = 0;\n" "\t}\n" - "else if (strcmp(name, \"vol_acl\") = 0) {\n" + "else if (strcmp(name, \"vol_acl\") == 0) {\n" "\t\twhich = 3;\n" " flags = YFS_ACL_WANT_VOL_ACL;\n" "}\n" @@ -68,4 +68,4 @@ "> David\n" > -e3716ed108c47b2765260a3fdb8d714c47b5a99d82e57799f2f92f3f1a50a289 +5af4c8af761208f16e238280933d84ab6ee76a59163979ee1014daa4a58c4e39
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.