From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D924C433EF for ; Fri, 20 May 2022 11:48:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348693AbiETLsR (ORCPT ); Fri, 20 May 2022 07:48:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55882 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345130AbiETLsR (ORCPT ); Fri, 20 May 2022 07:48:17 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 073EB132A2E for ; Fri, 20 May 2022 04:48:16 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 96ED761DF1 for ; Fri, 20 May 2022 11:48:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22379C385A9; Fri, 20 May 2022 11:48:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653047295; bh=+6OZj1v6nyJLazRYLkk7nUdM5DGQBtWsZ8iLJdKkxQI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O7BsipLEIImglf6bIwfrrmi5oxmn5u6paG7TfsHHffnWAl11Sweb5hfZlsUYV/hIw fit+B26C+DG2FIyV2PaC8viTGAVBZMFHaaUEC31UDAALEzkWHgMdPiDa93+Ostt0Y/ K2RDV8WlqgIvJrlEodzgR7DrAa1WwjMV2Uz8n0EyBEiizjfaEQlrHH67qno+1acgLs ZT9y9TuLDUNx6xMPnEfuBs3T/SwE0DHQPpYSnqGKV55MMPh631oVbriVOzAqKXEQb2 Swak5sM6XEXnMaHwhiO8mVmkjTLKZetUR3Rav7L2j5W769GsYfvZbTIO0Yuf0YbLhe UwbAgKe7MO0bQ== Date: Fri, 20 May 2022 13:48:11 +0200 From: Christian Brauner To: Al Viro Cc: linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] fs/namei.c:reserve_stack(): tidy up the call of try_to_unlazy() Message-ID: <20220520114811.qkb4e53nnfaegvx4@wittgenstein> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Fri, May 20, 2022 at 03:17:52AM +0000, Al Viro wrote: > !foo() != 0 is a strange way to spell !foo(); fallout from > "fs: make unlazy_walk() error handling consistent"... > > Signed-off-by: Al Viro > --- Looks good to me, Reviewed-by: Christian Brauner (Microsoft)