From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 57D0A1A6832 for ; Mon, 27 Jul 2026 13:08:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785157725; cv=none; b=FBtpwY90y/o6PzUVhredhCiFcp0Ihvncy+PmJMtz1kI+rp40FN/eYizXzXc5zLX6ln4B1B4cGO1YMfkbUDzYfbeMFif+80sN8ZQCq6uXSkPRV3Z5vH2pr3YP72WiK+v9DWrk50l7z79Kp/+C4WLGTqwBWwAXHggSdeDN23A73vQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785157725; c=relaxed/simple; bh=6pGa3CUiGPa/PX5Q17AMEDrXh5WP6t9peUYIpdX/mTU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Igz1tj7CCgX1pE5gi5MJ81jDo5+jAApPq7tWlQSRvbzjDvIs085yiES6Hp52wi1Xk/5c6H2iwnEddQmzIr9+NvaWYXSNrm7Keht52YGaoFQScjVbyCowZrSmLkI+7Lo3ChgBbfX1tZIQFEXlKyGYnuaaSOn2NkxPEdXnR25FI7w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=YGETIMzv; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="YGETIMzv" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1785157723; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pjnMqWJMAGWNSzQbg/QBfRE6SuYjFpBzou99xBDPdy4=; b=YGETIMzvURTFmXyvutqHaeZgrM43dxy5LohMS+Q3eHZCvNQCwDI+0azTe9xp7LhHXwizV8 2q5woWn47GdNJgvkOrKikgQMyOW5zutkMjgNaCiei8ZHTHkfb1y6XaqWoSDTohFjFAkOta GW3HJkr4/eXKUtdhk2mT2ToC7qNJEOk= Received: from mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-494-uvhBr9ZBNZmfIxOZsjqlPA-1; Mon, 27 Jul 2026 09:08:38 -0400 X-MC-Unique: uvhBr9ZBNZmfIxOZsjqlPA-1 X-Mimecast-MFC-AGG-ID: uvhBr9ZBNZmfIxOZsjqlPA_1785157717 Received: from mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.93]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id BCE2319540EF; Mon, 27 Jul 2026 13:08:36 +0000 (UTC) Received: from warthog.procyon.org.com (unknown [10.44.33.159]) by mx-prod-int-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id DC53E18001E3; Mon, 27 Jul 2026 13:08:33 +0000 (UTC) From: David Howells To: Christian Brauner Cc: David Howells , Marc Dionne , linux-afs@lists.infradead.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Jeffrey Altman , stable@kernel.org Subject: [PATCH 1/8] afs: Fix afs_fs_fetch_data() to set call->async Date: Mon, 27 Jul 2026 14:08:17 +0100 Message-ID: <20260727130827.1100080-2-dhowells@redhat.com> In-Reply-To: <20260727130827.1100080-1-dhowells@redhat.com> References: <20260727130827.1100080-1-dhowells@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.93 Fix afs_fs_fetch_data() to set call->async on an async operation as does afs_fs_fetch_data64(). Fixes: eddf51f2bb2c ("afs: Make {Y,}FS.FetchData an asynchronous operation") Link: https://sashiko.dev/#/patchset/20260702144919.172295-1-dhowells%40redhat.com Signed-off-by: David Howells cc: Marc Dionne cc: Jeffrey Altman cc: linux-afs@lists.infradead.org cc: stable@kernel.org --- fs/afs/fsclient.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fs/afs/fsclient.c b/fs/afs/fsclient.c index a2ffd60889f8..626e1d37b915 100644 --- a/fs/afs/fsclient.c +++ b/fs/afs/fsclient.c @@ -477,6 +477,9 @@ void afs_fs_fetch_data(struct afs_operation *op) if (!call) return afs_op_nomem(op); + if (op->flags & AFS_OPERATION_ASYNC) + call->async = true; + /* marshall the parameters */ bp = call->request; bp[0] = htonl(FSFETCHDATA);