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 958D4EB64DA for ; Mon, 19 Jun 2023 13:46:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232041AbjFSNq0 (ORCPT ); Mon, 19 Jun 2023 09:46:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44556 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232037AbjFSNqY (ORCPT ); Mon, 19 Jun 2023 09:46:24 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6CD9E71 for ; Mon, 19 Jun 2023 06:45:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1687182341; h=from:from:reply-to:subject:subject:date:date:message-id:message-id:to: cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PS1H7ecy55y2u3/0fP4naIM7dhIersvr58xb+WGx2Qs=; b=iVyt7yCFJib3IDHPmvMiOFA/2Mc7wa7g1PKyoVpV/GrfkRVoLBkDZr2ALfIDYyMoVylvtJ BVAOMdx/5FrZRWZtRyxY3Z4S4VBnCAGMdWF5IkOwDiZa910ZBeYtfRDPuPVI4ptRj8cppK 7us9rE1MmmpwfIo75+Tl9KekPXhR/ck= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-654-XmP41knuO72Zk6wGslVZow-1; Mon, 19 Jun 2023 09:45:40 -0400 X-MC-Unique: XmP41knuO72Zk6wGslVZow-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 210A785A58A; Mon, 19 Jun 2023 13:45:40 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.42.28.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7235E492C1B; Mon, 19 Jun 2023 13:45:39 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20230619134204.922713-1-dhowells@redhat.com> References: <20230619134204.922713-1-dhowells@redhat.com> Cc: dhowells@redhat.com, Linus Torvalds , Marc Dionne , linux-afs@lists.infradead.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] afs: Fix writeback MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <922833.1687182338.1@warthog.procyon.org.uk> Content-Transfer-Encoding: quoted-printable Date: Mon, 19 Jun 2023 14:45:38 +0100 Message-ID: <922834.1687182338@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.10 To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Howells wrote: > Hi Linus, > = > Could you apply these fixes to AFS writeback code from Vishal? > = > (1) Release the acquired batch before returning if we got >=3D5 skips. > = > (2) Retry a page we had to wait for rather than skipping over it after = the > wait. > = > The patches can be found here: > = > https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/l= og/?h=3Dafs-fixes Let me do that with a signed tag. David