From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f67.google.com ([209.85.214.67]:36278 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966175AbeF2NyK (ORCPT ); Fri, 29 Jun 2018 09:54:10 -0400 MIME-Version: 1.0 References: <20180629133725.17606-1-hch@lst.de> <20180629133725.17606-2-hch@lst.de> In-Reply-To: From: Linus Torvalds Date: Fri, 29 Jun 2018 06:53:58 -0700 Message-ID: Subject: Re: [PATCH 1/2] net: handle NULL ->poll gracefully To: Christoph Hellwig Cc: Al Viro , Network Development , linux-fsdevel Content-Type: text/plain; charset="UTF-8" Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Jun 29, 2018 at 6:46 AM Linus Torvalds wrote: > > Hmm. I'll have to think about it. I took yours over the revert. It's just smaller and nicer, and the conditional should predict fine for any case where it might matter. Linus