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 X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5E086C433DF for ; Fri, 14 Aug 2020 14:09:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3B60E20838 for ; Fri, 14 Aug 2020 14:09:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728355AbgHNOJB convert rfc822-to-8bit (ORCPT ); Fri, 14 Aug 2020 10:09:01 -0400 Received: from mx2.suse.de ([195.135.220.15]:54788 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728181AbgHNOI7 (ORCPT ); Fri, 14 Aug 2020 10:08:59 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 4A285ADA3; Fri, 14 Aug 2020 14:09:19 +0000 (UTC) From: =?utf-8?Q?Aur=C3=A9lien?= Aptel To: Konstantin Komarov , "viro@zeniv.linux.org.uk" , "linux-kernel@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" Subject: Re: [PATCH] fs: NTFS read-write driver GPL implementation by Paragon Software. In-Reply-To: <2911ac5cd20b46e397be506268718d74@paragon-software.com> References: <2911ac5cd20b46e397be506268718d74@paragon-software.com> Date: Fri, 14 Aug 2020 16:08:53 +0200 Message-ID: <87mu2x48wa.fsf@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Hi Konstantin, That's cool :) As Nikolay said it needs a little change to the makefiles to even build. Are you also going to publish your own mkfs.ntfs3 tool? I dont think the existing one would support 64k clusters. I would recommend to run checkpatch (I see already 87 warnings... some of it is noise): $ ./scripts/checkpatch.pl And sparse (I dont see much): $ touch fs/ntfs3/*.[ch] && make C=1 You need a recent build of sparse to do that last one. You can pass your own sparse bin (make CHECK=~/prog/sparse/sparse C=1) This will be a good first step. Have you tried to run the xfstests suite against it? Cheers, -- Aurélien Aptel / SUSE Labs Samba Team GPG: 1839 CB5F 9F5B FB9B AA97 8C99 03C8 A49B 521B D5D3 SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nürnberg, DE GF: Felix Imendörffer, Mary Higgins, Sri Rasiah HRB 247165 (AG München)