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 B2239C4332F for ; Mon, 6 Nov 2023 09:45:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231200AbjKFJpb (ORCPT ); Mon, 6 Nov 2023 04:45:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230146AbjKFJp3 (ORCPT ); Mon, 6 Nov 2023 04:45:29 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 763A3E1 for ; Mon, 6 Nov 2023 01:45:27 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B4675C433C7; Mon, 6 Nov 2023 09:45:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699263927; bh=et0OCr+qDn8wpjs1cec6Sb6UBE9WlgRpffILQ++T6F0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EDZDQEBaenQW1sF5NrILU2QAUpTDu5izJcNNRQ9rYSx3lsITCU8t8AtAoSZn7DX2X mLp/EoOJ5kxJWxOjamRoezTDegvr+EGmv7LuiZuJ9JLABrQYRPV1DjjmzFzcUyLxnV np2TztVzOPNEtZVrcbE3qCjQFOL68VjE76SaM//Mz0nkNR4ZTMe8N9dHN7pl4Z/0Rg JPN784dLF7ARN1fFi7odTAPk3vulgNq5qma9X4fDZoGBlCnB9Q0PHU1rr3zD7x0lQW yOeznv1OUT/dyL2gt8OGmmDYupP9nW8dhUDA6KXCNP1S0mtRT4ZjpDiA+hw41+Oy2s YEIADcSL4netQ== From: Christian Brauner To: Mateusz Guzik Cc: Christian Brauner , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] vfs: remove a redundant might_sleep in wait_on_inode Date: Mon, 6 Nov 2023 10:45:19 +0100 Message-Id: <20231106-binden-rundreise-cf5e2f10cb4a@brauner> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231104221117.2584708-1-mjguzik@gmail.com> References: <20231104221117.2584708-1-mjguzik@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Developer-Signature: v=1; a=openpgp-sha256; l=862; i=brauner@kernel.org; h=from:subject:message-id; bh=et0OCr+qDn8wpjs1cec6Sb6UBE9WlgRpffILQ++T6F0=; b=owGbwMvMwCU28Zj0gdSKO4sYT6slMaR6bF19puPqtb3ndTYckuYIOnVo9b3VyncXlCu7RT24dDyg 1Gb/tY5SFgYxLgZZMUUWh3aTcLnlPBWbjTI1YOawMoEMYeDiFICJbLFiZDjG/bugOfKl9pd/1z3mBm d/aJ73a86ZR5su3DETvq+7t1GCkWF9eMLk4ymavE1B/YH6KSZtj6P1Y56mVDmk96nHqszZzgEA X-Developer-Key: i=brauner@kernel.org; a=openpgp; fpr=4880B8C9BD0E5106FC070F4F7B3C391EFEA93624 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 04 Nov 2023 23:11:17 +0100, Mateusz Guzik wrote: > wait_on_bit already does it. > > Applied to the vfs.misc branch of the vfs/vfs.git tree. Patches in the vfs.misc branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs.misc [1/1] vfs: remove a redundant might_sleep in wait_on_inode https://git.kernel.org/vfs/vfs/c/357196038a51