From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f65.google.com ([209.85.214.65]:54482 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732277AbeGKChe (ORCPT ); Tue, 10 Jul 2018 22:37:34 -0400 MIME-Version: 1.0 References: <20180711021136.GN30522@ZenIV.linux.org.uk> <20180711022206.12571-1-viro@ZenIV.linux.org.uk> <20180711022206.12571-4-viro@ZenIV.linux.org.uk> In-Reply-To: <20180711022206.12571-4-viro@ZenIV.linux.org.uk> From: Linus Torvalds Date: Tue, 10 Jul 2018 19:35:23 -0700 Message-ID: Subject: Re: [RFC][PATCH 04/42] make get_empty_filp() to call file_free_rcu() directly To: Al Viro Cc: linux-fsdevel , Linux Kernel Mailing List , Miklos Szeredi Content-Type: text/plain; charset="UTF-8" Sender: linux-fsdevel-owner@vger.kernel.org List-ID: This one looked odd to me. Then I saw 5/42, and it made more sense. I think the explanation is a bit misleading. Technically correct, but not *why* you did it. Linus