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 950B3EB64DD for ; Tue, 11 Jul 2023 13:06:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229962AbjGKNGz (ORCPT ); Tue, 11 Jul 2023 09:06:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232918AbjGKNC5 (ORCPT ); Tue, 11 Jul 2023 09:02:57 -0400 Received: from gnuweeb.org (gnuweeb.org [51.81.211.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 13E3C19B9; Tue, 11 Jul 2023 06:02:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1689080551; bh=DJLSw5mNRMltwQN4+u30gLJrbrTFZudgTHqkjAFPmqA=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=WPj/dwD8JPgsheFGb+srwBd8VmstObSr9A5jftiE74UaOcXfPXIuWNJAHxk5NWXkW XlLaA0jBhDNh5dtQJwniMJFPT7/tq0Z6wG732S0u+SAS75pSjszqKFlf73lAB+HGRC traz219qv7tIfjNMCtcNozigbJOgSMP2/9drJx95mOaQPqZ8iK77ngwepJheBRvpaD D3DiWlOvVLu9ArKQCRkvm+ygy0iI5o2PdFN1KGzkxEhl7fIhfV0Hwc2Yn1xwHQe+Ia PgP97/aI5JB6rG8IqvoTBi2EV3fhuLxWyT6+uMY7j3qVsX+RGo5Qr1rtco2FBLqSAH mFF+1xEaR9PCQ== Received: from biznet-home.integral.gnuweeb.org (unknown [182.253.126.105]) by gnuweeb.org (Postfix) with ESMTPSA id DA89324A9C7; Tue, 11 Jul 2023 20:02:26 +0700 (WIB) Date: Tue, 11 Jul 2023 20:02:22 +0700 From: Ammar Faizi To: Hao Xu Cc: io-uring Mailing List , Jens Axboe , Dominique Martinet , Pavel Begunkov , Christian Brauner , Alexander Viro , Stefan Roesch , Clay Harris , Dave Chinner , Linux Fsdevel Mailing List , Wanpeng Li Subject: Re: [PATCH 1/3] fs: split off vfs_getdents function of getdents64 syscall Message-ID: References: <20230711114027.59945-1-hao.xu@linux.dev> <20230711114027.59945-2-hao.xu@linux.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230711114027.59945-2-hao.xu@linux.dev> X-Bpl: hUx9VaHkTWcLO7S8CQCslj6OzqBx2hfLChRz45nPESx5VSB/xuJQVOKOB1zSXE3yc9ntP27bV1M1 Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Tue, Jul 11, 2023 at 07:40:25PM +0800, Hao Xu wrote: > This splits off the vfs_getdents function from the getdents64 system > call. > This will allow io_uring to call the vfs_getdents function. > > Co-developed-by: Stefan Roesch > Signed-off-by: Stefan Roesch > Signed-off-by: Dominique Martinet > --- Since you took this, it needs your Signed-off-by. -- Ammar Faizi