diff for duplicates of <20180119172629.GD21673@breakpoint.cc> diff --git a/a/1.txt b/N1/1.txt index 04b4d19..48cd068 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ Eric Dumazet <eric.dumazet@gmail.com> wrote: > > if (test_and_set_bit(LOGIN_FLAGS_READ_ACTIVE, &conn->login_flags)) { > > write_unlock_bh(&sk->sk_callback_lock); > > pr_debug("Got LOGIN_FLAGS_READ_ACTIVE=1, conn: %p >>>>\n", conn); -> > + if (WARN_ON(iscsi_target_sk_data_ready == conn->orig_data_ready)) +> > + if (WARN_ON(iscsi_target_sk_data_ready = conn->orig_data_ready)) > > + return; > > Is this WARN_ON() belonging to this fix ? diff --git a/a/content_digest b/N1/content_digest index 2512209..b02d8b3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01516376785.3606.37.camel@gmail.com\0" "From\0Florian Westphal <fw@strlen.de>\0" "Subject\0Re: [PATCH target-pending] iscsi-target: make sure to wake up sleeping login worker\0" - "Date\0Fri, 19 Jan 2018 18:26:29 +0100\0" + "Date\0Fri, 19 Jan 2018 17:26:29 +0000\0" "To\0Eric Dumazet <eric.dumazet@gmail.com>\0" "Cc\0Florian Westphal <fw@strlen.de>" target-devel@vger.kernel.org @@ -22,7 +22,7 @@ "> > \tif (test_and_set_bit(LOGIN_FLAGS_READ_ACTIVE, &conn->login_flags)) {\n" "> > \t\twrite_unlock_bh(&sk->sk_callback_lock);\n" "> > \t\tpr_debug(\"Got LOGIN_FLAGS_READ_ACTIVE=1, conn: %p >>>>\\n\", conn);\n" - "> > +\t\tif (WARN_ON(iscsi_target_sk_data_ready == conn->orig_data_ready))\n" + "> > +\t\tif (WARN_ON(iscsi_target_sk_data_ready = conn->orig_data_ready))\n" "> > +\t\t\treturn;\n" "> \n" "> Is this WARN_ON() belonging to this fix ?\n" @@ -33,4 +33,4 @@ "\n" Thanks! -65730a471ff977300de2fdba757ebfb7d6d5169f13bcc6c0e91647a4688e9cd5 +046e6c4cb919f77912cea66fd970f708e311d7ec5b4f48bfb173294614e9d6a9
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.