From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relayaws-01.paragon-software.com (relayaws-01.paragon-software.com [35.157.23.187]) (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 A277723B7 for ; Fri, 30 Dec 2022 12:03:48 +0000 (UTC) Received: from dlg2.mail.paragon-software.com (vdlg-exch-02.paragon-software.com [172.30.1.105]) by relayaws-01.paragon-software.com (Postfix) with ESMTPS id A2BE82139; Fri, 30 Dec 2022 12:00:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paragon-software.com; s=mail; t=1672401613; bh=MLrryah8PcAIEgqMp1+hU+ya9+8F75oeNu3M5zQRMAA=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=rTRPIDsMtRf+wV3YavbAqZEbgm134rKbtewer5a3BJmhWQdv3zlcsir9Kz4s9q/6Y DeI+cj2gbywO9t0FSdddkb80mH12ZkPY+r4+OnoO3sZoAo8Aqw0+BfgRmu8ubTJMf5 RCS3lHOu3xXMbXPteI8/HkiyRPl5TlYpZQDq+FL0= Received: from [192.168.211.146] (192.168.211.146) by vdlg-exch-02.paragon-software.com (172.30.1.105) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.7; Fri, 30 Dec 2022 15:03:45 +0300 Message-ID: Date: Fri, 30 Dec 2022 16:03:45 +0400 Precedence: bulk X-Mailing-List: ntfs3@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: remove ->writepage in ntfs3 Content-Language: en-US To: Christoph Hellwig CC: , References: <20221116133452.2196640-1-hch@lst.de> From: Konstantin Komarov In-Reply-To: <20221116133452.2196640-1-hch@lst.de> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.211.146] X-ClientProxiedBy: vobn-exch-01.paragon-software.com (172.30.72.13) To vdlg-exch-02.paragon-software.com (172.30.1.105) On 16.11.2022 17:34, Christoph Hellwig wrote: > Hi Konstantin, > > this small series removes the deprecated ->writepage method from ntfs3. > I don't have a ntfs test setup so this is untested and should be handled > with care. > > Diffstat: > inode.c | 33 +++++++++++++++------------------ > 1 file changed, 15 insertions(+), 18 deletions(-) Hello Christoph, Sorry for the delay. We have taken your patches for testing. We will be back with an answer as soon as possible.