From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Ak1pHU9u" Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B0CAFC for ; Sun, 3 Dec 2023 05:47:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1701611273; 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=ZWlPk5ps4uB2wUS/PZIOJ+KKMunM3nwqSoV4TDMNswQ=; b=Ak1pHU9up4M4dZs5qSDaGCYIQl3WqfzCkm8e2HECHp0/aYJRsJVlisQugi/kJBQiTO/aUM OveaEK0MZ2BhFcjqQj1QBs9IsK9DDBUeFtGPhKQ2EBrICMPSe/sMG1hfhmphQy+924JARp uuKNbV9JF0JVZCgXY7n7Net/H4Q58mc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-177-bhdUvB-qPeqtyjKp37lYsg-1; Sun, 03 Dec 2023 08:47:49 -0500 X-MC-Unique: bhdUvB-qPeqtyjKp37lYsg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (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 mimecast-mx02.redhat.com (Postfix) with ESMTPS id AA8FB85A58C; Sun, 3 Dec 2023 13:47:48 +0000 (UTC) Received: from fedora (unknown [10.72.120.3]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E9C072026D4C; Sun, 3 Dec 2023 13:47:43 +0000 (UTC) Date: Sun, 3 Dec 2023 21:47:38 +0800 From: Ming Lei To: Pavel Begunkov Cc: io-uring@vger.kernel.org, Jens Axboe , linux-block@vger.kernel.org, joshi.k@samsung.com, linux-security-module@vger.kernel.org, selinux@vger.kernel.org, Paul Moore Subject: Re: [PATCH v2 3/3] io_uring/cmd: inline io_uring_cmd_get_task Message-ID: References: Precedence: bulk X-Mailing-List: io-uring@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.4 On Fri, Dec 01, 2023 at 12:57:37AM +0000, Pavel Begunkov wrote: > With io_uring_types.h we see all required definitions to inline > io_uring_cmd_get_task(). > > Signed-off-by: Pavel Begunkov Reviewed-by: Ming Lei Thanks, Ming