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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90316C2BA2B for ; Thu, 9 Apr 2020 00:38:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 63ED720857 for ; Thu, 9 Apr 2020 00:38:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586392728; bh=hatC4cc+Ht1ZBfv9O/Gn2lLqLVPEXmN9FI0RQ4Wp6Ck=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=kFZRY4p1g0khgIyive4Ayt+mSjlYaQr5+UdhSHsBRbjUeBCueCeJZ/vB2QK80FEvb niGY+YqbuGf7gEReM0XjMUhn3Wg2UPS95P3Z0nlHPd9ud+GgAYeCm4Q8rsE0DbO4+T 1/Rn6COia48Rsts5HUgyr3/YzGaAZbRc0R/tY+lk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726597AbgDIAiq (ORCPT ); Wed, 8 Apr 2020 20:38:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:41196 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726534AbgDIAiq (ORCPT ); Wed, 8 Apr 2020 20:38:46 -0400 Received: from localhost.localdomain (c-73-231-172-41.hsd1.ca.comcast.net [73.231.172.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 31AAF2078E; Thu, 9 Apr 2020 00:38:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586392726; bh=hatC4cc+Ht1ZBfv9O/Gn2lLqLVPEXmN9FI0RQ4Wp6Ck=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=BrP6BhOeEPSU0kw96y7/xaJ+kllF0svq3cRRe3n2hr3waQsrM8zPi41gauQw71a8o F4X2sE0GGByrwhKbSJ1Li0CBPxt38tpbMrzSlHagtsj955Xye1SLWNY/GVl+dVjVij uHEzvSdZpyu89zUdlpM/WlmlO/6SViWQEJYzFU0M= Date: Wed, 8 Apr 2020 17:38:45 -0700 From: Andrew Morton To: Christoph Hellwig Cc: Philippe Liard , phillip@squashfs.org.uk, linux-kernel@vger.kernel.org, groeck@chromium.org Subject: Re: [PATCH v3] squashfs: Migrate from ll_rw_block usage to BIO Message-Id: <20200408173845.97387f9bf0dc7eb325f98896@linux-foundation.org> In-Reply-To: <20200408062415.GA25951@lst.de> References: <20191106074238.186023-1-pliard@google.com> <20191106083423.GA10679@lst.de> <20191106083711.GB10679@lst.de> <20200402153506.GA13332@lst.de> <20200408062415.GA25951@lst.de> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 8 Apr 2020 08:24:15 +0200 Christoph Hellwig wrote: > On Fri, Apr 03, 2020 at 10:37:15AM +0900, Philippe Liard wrote: > > This is lower priority for us now but I agree that it would be good to land it. > > This is my first patch being approved so I'm not familiar with the next steps. > > Can you land it yourself or is there something more that I should do? > > Normally Phillip should pick it up as the squashfs maintainer, but he > has been last active about a year and a half ago. > > Andrew, is this something you could pick up through the linux-mm tree? Yep, shall take a look next week.