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 10C3718A6BD for ; Mon, 11 Nov 2024 16:43:02 +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=1731343384; cv=none; b=E1rGW23SBZWgZwWY2CkpZXjzHzSC9XFMxUxMzrQXb2190gRk00TKTcCUckoUKVVU17pGVk4XhqEe1qK797FdXHtLW9bRhwK+36HFYqIPTmX8G6TKKWu/TATJAvZuqgm+C+eyuJMmho5dz4DESZxaBTxf5sIxiqYemPQM+M9ZvGw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731343384; c=relaxed/simple; bh=F9psZ+V9YWhCHcqilkljM+dULNGGix+NUkI+YbY3QdQ=; h=From:To:Cc:Subject:References:Date:In-Reply-To:Message-ID: MIME-Version:Content-Type; b=e61MbJLHYiLAGXif6mobYQCucJweRAL3C7uVrqhYKHwiGZck2dm6aZXJNDNH3YNgfN5mneyZOdG45h7XvFW74DyPs6zEQYsFTBqgey1cJeCle9S5k7U7MkTeSoQrGe/NeLPn+3xwPU+rSYFqzBKRcmRgbuI1Xx69Sf7d43py0iE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none 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=KwAGR23x; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none 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="KwAGR23x" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1731343382; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UOlFnv4MGaRQ26f5MutyiWNgN0xOvPFay9zoQV8RqbE=; b=KwAGR23xgv2X34DKrY1uSgatgRsGAJ1xsaUAVQAO9TqffZgHP83eFeEeQFkoPj5Batjsi3 j/1aFvdJ1VjHEoKy6lkdhL+oiLZfa/H1XTw+IiWe5vTZm4i3qW5zFfhVm0V8iMwAGsi9k3 mUW/FyAd/BPFPHEnwrjuKZLIW/Dozw0= Received: from mx-prod-mc-04.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-610-sQCJ7bNCP52rdYrP406xKg-1; Mon, 11 Nov 2024 11:42:58 -0500 X-MC-Unique: sQCJ7bNCP52rdYrP406xKg-1 X-Mimecast-MFC-AGG-ID: sQCJ7bNCP52rdYrP406xKg Received: from mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.40]) (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-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 084C1197731B; Mon, 11 Nov 2024 16:42:56 +0000 (UTC) Received: from segfault.usersys.redhat.com (unknown [10.22.81.5]) by mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 58C611956054; Mon, 11 Nov 2024 16:42:52 +0000 (UTC) From: Jeff Moyer To: Mohammed Anees Cc: bcrl@kvack.org, brauner@kernel.org, jack@suse.cz, linux-aio@kvack.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, viro@zeniv.linux.org.uk, willy@infradead.org Subject: Re: [PATCH] fs: aio: Transition from Linked List to Hash Table for Active Request Management in AIO References: <20241106110120.11093-1-pvmohammedanees2003@gmail.com> X-PGP-KeyID: 1F78E1B4 X-PGP-CertKey: F6FE 280D 8293 F72C 65FD 5A58 1FF8 A7CA 1F78 E1B4 Date: Mon, 11 Nov 2024 11:42:50 -0500 In-Reply-To: <20241106110120.11093-1-pvmohammedanees2003@gmail.com> (Mohammed Anees's message of "Wed, 6 Nov 2024 16:31:20 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 3.0 on 10.30.177.40 Mohammed Anees writes: >> ... and cancelation is only supported by usb gadgetfs. I'd say submit a >> patch that gets rid of that todo so nobody else wastes time on it. > > Absolutely I'll do just that, do you want me to make it a V2 > or shall send it as a new patch. A new patch would make more sense. Thanks! Jeff