Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp4191053ybl; Mon, 9 Dec 2019 06:56:13 -0800 (PST) X-Google-Smtp-Source: APXvYqwKNEec9LI4D+mUS6NxG9woypP1jjwKuQuy3TEX/x4FdGiHFsB32fyHCNowU3e6I1bSoI7h X-Received: by 2002:a05:6830:2142:: with SMTP id r2mr6131421otd.334.1575903373242; Mon, 09 Dec 2019 06:56:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575903373; cv=none; d=google.com; s=arc-20160816; b=wMT/ATigy2mYvQZeJR+4IyKD91cM4q0sh8OY/p9W2HH9O2hauAKj/j6t7+rG5ZUeF3 RUdnqDtnfX6ASf75KZlCy93y2cFb0ZAIirpf5yaKEqX4d+fupqZY2B4uta7x04d1H2Kb JWdquBqloSd/H5J3Ze7zKFtCobWmsLYPluwuIkQKOjEgfzhK5kYS4V4TcuNnlP0Pvl4k wN4nPOF0pgciXZqtizKK5z5PTi8/RJbfIZ819mO8WP7LGH2JHExdzH1AfaIkEdBVZwVq T2/yetaQlQaSaIuiC8Wkm08rgCTkmIwi/PDRpTiKPh/ddsBF35d3zXzN+dsx53siCPJ3 47VQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:mail-followup-to :reply-to:message-id:subject:cc:to:from:date; bh=F+egUycCqxUrLBwG0uUiz42ffL97nVXLuh5kZovnZX4=; b=tnxXLhPhfQh7eBGYeZ0qqFjc+RiRSGVP7b9koUFwgnHWMb6iRhY1Cq6ezKfCiu7n4r 9MBHv9JOtrO9EeU6qRuyq93SDR7BPaPm76+cYUpFG5pNI3aiNk4RAVzb87STIYWauzM2 1Iiwohcr4hbhrv0TwxWQ4Wk1c8PNJe36+oy7zP9Wmz8IEYAyHPa/STYMlmN2OwyDPFBg bH5xKOB4sa2nsDLpNjf20yoNyAFUUcpdlnqFy6wnmnxw8wUBssvs7ynotcJSCTlzIHLq m0o+veRcrrarYVLZBzf2QliTAfbERSN1EHHeQkH+43E+a0k0N641Oo5SrTICZd8knyEM sc2Q== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l64si11871140oih.2.2019.12.09.06.56.00; Mon, 09 Dec 2019 06:56:13 -0800 (PST) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726668AbfLIOz2 (ORCPT + 99 others); Mon, 9 Dec 2019 09:55:28 -0500 Received: from mx2.suse.de ([195.135.220.15]:41426 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725904AbfLIOz1 (ORCPT ); Mon, 9 Dec 2019 09:55:27 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 010EEAC52; Mon, 9 Dec 2019 14:55:26 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 85054DA783; Mon, 9 Dec 2019 15:55:14 +0100 (CET) Date: Mon, 9 Dec 2019 15:55:13 +0100 From: David Sterba To: Linus Torvalds Cc: David Sterba , David Howells , Eric Biggers , Al Viro , linux-fsdevel , Linux Kernel Mailing List Subject: Re: [PATCH 0/2] pipe: Fixes [ver #2] Message-ID: <20191209145512.GH2734@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Linus Torvalds , David Howells , Eric Biggers , Al Viro , linux-fsdevel , Linux Kernel Mailing List References: <157558502272.10278.8718685637610645781.stgit@warthog.procyon.org.uk> <20191206135604.GB2734@twin.jikos.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 06, 2019 at 01:04:01PM -0800, Linus Torvalds wrote: > On Fri, Dec 6, 2019 at 12:28 PM Linus Torvalds > wrote: > > > > I think I found it. > > > > TOTALLY UNTESTED patch appended. It's whitespace-damaged and may be > > completely wrong. And might not fix it. > > Well, it compiles, and it's obviously correct, so I've committed it. Thanks for the fix, works for me too.