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 1B188EE020C for ; Wed, 13 Sep 2023 20:23:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229527AbjIMUXg (ORCPT ); Wed, 13 Sep 2023 16:23:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231167AbjIMUXf (ORCPT ); Wed, 13 Sep 2023 16:23:35 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A730D1BCA; Wed, 13 Sep 2023 13:23:31 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0FCDFC433C8; Wed, 13 Sep 2023 20:23:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1694636611; bh=ztbgy5BuL+2Uttk7oJdHexZviR9cWaXgkYXcRz91PPY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=zwu/XuSCQ5uvnV0KV7hedxSYDCpc/qbnjI7cMxM+grkVfigIw3spFtQOoGy/YcE96 4OoT7vCTIEcOiqukA8a4Uhxh/tgOE/j30Le/ErNaFfpx1UiulrYwTVV8UIl/v8AYTE 17KgzqqFXH954jJFiujc+bF8p6BhkIvhvCmDNzGk= Date: Wed, 13 Sep 2023 13:23:30 -0700 From: Andrew Morton To: Qi Zheng Cc: Stephen Rothwell , Kent Overstreet , Kent Overstreet , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the bcachefs tree Message-Id: <20230913132330.00b3ef07f696cf9efc4d0886@linux-foundation.org> In-Reply-To: References: <20230912120429.7852428f@canb.auug.org.au> <20230913093553.4290421e@canb.auug.org.au> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Wed, 13 Sep 2023 09:10:11 +0800 Qi Zheng wrote: > > From: Stephen Rothwell > > Date: Tue, 12 Sep 2023 11:27:22 +1000 > > Subject: [PATCH] bcachefs: convert to dynamically allocated shrinkers > > > > Signed-off-by: Stephen Rothwell > > --- > > fs/bcachefs/btree_cache.c | 22 ++++++++++++---------- > > fs/bcachefs/btree_key_cache.c | 21 ++++++++++++--------- > > fs/bcachefs/btree_types.h | 4 ++-- > > fs/bcachefs/fs.c | 2 +- > > fs/bcachefs/sysfs.c | 2 +- > > 5 files changed, 28 insertions(+), 23 deletions(-) > > This version looks good to me. > > Reviewed-by: Qi Zheng I not longer carry a post-linux-next patch queue, so there's nothing I can do with this patch. I'll assume that either Kent or I will merge it later, depending upon whose stuff goes into mainline first.