Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp6904290ybp; Wed, 16 Oct 2019 00:21:13 -0700 (PDT) X-Google-Smtp-Source: APXvYqz/z4BUsBsljbjs/gAa/2HvdxK2AnH5uWM+Qf0zBCrSkxH3e4/MPeoXj2BFTf0yFPW8woOK X-Received: by 2002:a17:906:6a15:: with SMTP id o21mr7423225ejr.79.1571210473593; Wed, 16 Oct 2019 00:21:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571210473; cv=none; d=google.com; s=arc-20160816; b=RPc0T4FQ+nVrkfRdL3jNAyY65tnb+TjmIVPdRVkhF7l5Txbyrs0qEy2vmhvY93vsbU D1J1nT/l50EHyFkZbFdlfnfl3GXveHza87lotsR+hrNKFwLbZKf/8GFG09tXfX82K1aD MlObvh/Nx2RSjZeFBtliAhNv1DyVyp4jfYXQVpSZP+r2Zb7mRrqS6k6TgZJdemroCtJV wBbAZLidrsYLuQo8lDk01V7Chze0nOvqmsen0Obdl5lRrwfF5kzuZ5Bswxesr6ApGS2R JEr2Jo8zn1xQTFP550JXE3RniTA2+NWkXFJAqaDbNTdKHKuFuMVvroO2EVd/hTUTAfgj jUog== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:cc:to:from :subject:organization; bh=Pd8H+EyAXlw/WxZRQF7kipiqMcW4328q45UB6TCDh1I=; b=pz11ruyjAOvBkxhLSUb0xCPygFHRZqNjJtoYCc9UUtGghVdldK8LL9A2KXcx2p25DW 1zOG3I1Jx9f7FKQq1CfXLxef9eMjoK0Mz05FGUCDObH3IiCnzv063BI8I6GG1nnLY6BA +tqJo+qDfTnjO9/3BERB9NDq6coU2GCEZJ9IGLd9SQisjm5CUiH80Muvy4gaH0ANzldj OfH2jzHIsiLwQa51kYR78PEkEsCtOa+txH48vF3Sdt6UQk43cKzkySne6ifFNtF4RtGx 0EnzeHoRYRkI2SuDT8kVIKiI2I/gq0AWnhJBis+khd7p1iM3gISTZvDuHL2DlDI1tqhE zkeQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i23si14917915edr.191.2019.10.16.00.20.50; Wed, 16 Oct 2019 00:21:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731899AbfJOVs4 (ORCPT + 99 others); Tue, 15 Oct 2019 17:48:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55892 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726802AbfJOVs4 (ORCPT ); Tue, 15 Oct 2019 17:48:56 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D72ED18C427F; Tue, 15 Oct 2019 21:48:55 +0000 (UTC) Received: from warthog.procyon.org.uk (ovpn-121-84.rdu2.redhat.com [10.10.121.84]) by smtp.corp.redhat.com (Postfix) with ESMTP id 45B0710027AB; Tue, 15 Oct 2019 21:48:53 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 Subject: [RFC PATCH 07/21] pipe: Remove redundant wakeup from pipe_write() From: David Howells To: torvalds@linux-foundation.org Cc: dhowells@redhat.com, Casey Schaufler , Stephen Smalley , Greg Kroah-Hartman , nicolas.dichtel@6wind.com, raven@themaw.net, Christian Brauner , dhowells@redhat.com, keyrings@vger.kernel.org, linux-usb@vger.kernel.org, linux-block@vger.kernel.org, linux-security-module@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-api@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 15 Oct 2019 22:48:52 +0100 Message-ID: <157117613252.15019.4979488404301515759.stgit@warthog.procyon.org.uk> In-Reply-To: <157117606853.15019.15459271147790470307.stgit@warthog.procyon.org.uk> References: <157117606853.15019.15459271147790470307.stgit@warthog.procyon.org.uk> User-Agent: StGit/unknown-version MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.62]); Tue, 15 Oct 2019 21:48:56 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove a redundant wakeup from pipe_write(). Signed-off-by: David Howells --- fs/pipe.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fs/pipe.c b/fs/pipe.c index 5a199b249191..289a887f6b5b 100644 --- a/fs/pipe.c +++ b/fs/pipe.c @@ -516,11 +516,6 @@ pipe_write(struct kiocb *iocb, struct iov_iter *from) ret = -ERESTARTSYS; break; } - if (do_wakeup) { - wake_up_interruptible_sync_poll(&pipe->wait, EPOLLIN | EPOLLRDNORM); - kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); - do_wakeup = 0; - } pipe->waiting_writers++; pipe_wait(pipe); pipe->waiting_writers--;