From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qv1-f45.google.com (mail-qv1-f45.google.com [209.85.219.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 972D071B4C for ; Tue, 30 Jan 2024 20:49:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.85.219.45 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706647766; cv=none; b=oRQ7enZCuwxqAXKrU6k6Fi6bnkl1t0woovvjte+MMzUh6oObDP9Tsgu2jrVF5ojK0bvYgCMw1aykk5lW3k8ERj/FujXIjI/Ht0XNoOnaUk6Tv6323g2Pdlwf3AphiaaJZEvIL6jeeAj48wU63BDRMPpxZFgUH1wKDsMmN5869gA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706647766; c=relaxed/simple; bh=bS3zY4RD+CMpw9nf3G/9PKea3i0PDScm6HPQf3AhHgw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gaLRoSW+v/CV+hyOpPvGvgSGJti39iol518xze75YoxhKoOQPUh0Nwv815ZgBmE2J4jkKYUb8Yl81JpN87d1/Cxz8io33DdWswnuw8v4vF678kvs/nbuNWCBntzcba7YwPf/v+pw8FMLjQVZOub2+ziX6GdCgy12b/SQP2RCV8o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org; spf=pass smtp.mailfrom=redhat.com; arc=none smtp.client-ip=209.85.219.45 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Received: by mail-qv1-f45.google.com with SMTP id 6a1803df08f44-68c495ba558so19026446d6.3 for ; Tue, 30 Jan 2024 12:49:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706647763; x=1707252563; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=AtZBEe426KIf/mBUMlvvoaF7jyFEZ9/COBSE2/txMLU=; b=TmFusxDrg5zHwypzyhmsMQWpuydO38WIW2p1zAF1qVbe1qNYP7bfbv3A7SsgMrVrRP sOrec4VkbK1O2PBiAtCUW4FxjsqxHdxh2uon9q4BZzIRqk/T+eBP5kvdkQzQOpdr3UOp ieOIDeW6Y5c3vOxNCjZ0bqhcHpg5OKtgP/bUhzKKBJn0HyzuCRhOzKhn/PGuV8cMxdxy URq7lduRiiUMd+0+HoLzRnYRLC94Y27+zfjliTCvy51c/y5FIxax2lqScAezDSAZ/ZOl zL/2sQjxGGE4/iw4riwaWabemz9gtz/GXmC2vWNviBuOtO/8ciH9RtQY/yju4NZYneuN do4A== X-Gm-Message-State: AOJu0YzinOUw2iO5xa6+Ea/CuoVNkojOmM1cnqqS1REs/er49RuO1rj8 4205jA4qvOVWWTXlMlfOXfc721inWhFEDDDB+tatxVdFXip6PNM3Mn+Ptxh3nQ== X-Google-Smtp-Source: AGHT+IExCJjqhy5J/HQbLwc6HEIv1PKoKFV6opMfTc/hdwP/PWAAPv9RfvTcXLRcTuNHUUdlDE2mNw== X-Received: by 2002:a05:6214:f2c:b0:681:7d81:705b with SMTP id iw12-20020a0562140f2c00b006817d81705bmr615439qvb.4.1706647763522; Tue, 30 Jan 2024 12:49:23 -0800 (PST) Received: from localhost (pool-68-160-141-91.bstnma.fios.verizon.net. [68.160.141.91]) by smtp.gmail.com with ESMTPSA id of10-20020a056214434a00b0068c560eaf8fsm1688182qvb.134.2024.01.30.12.49.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 30 Jan 2024 12:49:23 -0800 (PST) Date: Tue, 30 Jan 2024 15:49:22 -0500 From: Mike Snitzer To: Johannes Thumshirn Cc: Damien Le Moal , Naohiro Aota , Johannes Thumshirn , Alasdair Kergon , Mikulas Patocka , dm-devel@lists.linux.dev, Chris Mason , Josef Bacik , David Sterba , Jaegeuk Kim , Chao Yu , Jens Axboe , Christoph Hellwig , Sagi Grimberg , Chaitanya Kulkarni , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-block@vger.kernel.org, linux-nvme@lists.infradead.org Subject: Re: [PATCH v3 5/5] block: remove gfp_flags from blkdev_zone_mgmt Message-ID: References: <20240128-zonefs_nofs-v3-0-ae3b7c8def61@wdc.com> <20240128-zonefs_nofs-v3-5-ae3b7c8def61@wdc.com> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240128-zonefs_nofs-v3-5-ae3b7c8def61@wdc.com> On Mon, Jan 29 2024 at 2:52P -0500, Johannes Thumshirn wrote: > Now that all callers pass in GFP_KERNEL to blkdev_zone_mgmt() and use > memalloc_no{io,fs}_{save,restore}() to define the allocation scope, we can > drop the gfp_mask parameter from blkdev_zone_mgmt() as well as > blkdev_zone_reset_all() and blkdev_zone_reset_all_emulated(). > > Signed-off-by: Johannes Thumshirn Reviewed-by: Mike Snitzer