From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Date: Sat, 13 Jun 2020 17:03:51 +0000 Subject: Re: [GIT PULL] General notification queue and key notifications Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: References: <1503686.1591113304@warthog.procyon.org.uk> <20200610111256.s47agmgy5gvj3zwz@ws.net.home> <3984625.1592053492@warthog.procyon.org.uk> In-Reply-To: To: David Howells Cc: Karel Zak , Al Viro , dray@redhat.com, Miklos Szeredi , Steven Whitehouse , Jeff Layton , Ian Kent , andres@anarazel.de, Christian Brauner , Jarkko Sakkinen , keyrings@vger.kernel.org, linux-fsdevel , Linux Kernel Mailing List On Sat, Jun 13, 2020 at 9:47 AM Linus Torvalds wrote: > > If we have multiple uses, and one of them notices some problem that > requires any ABI changes, but the other one has already started using > it, we'll have more problems. Ok, it's merged in my tree, although I was somewhat unhappy about the incomprehensible calling conventions of "get_pipe_info()". The random second argument just makes no sense when you read the code, it would have probably been better as a helper function or #define to clarify the whole "for_splice" thing. But let's see how it works and what actually happens. Linus