On Tue, Oct 26, 2021 at 10:36:30PM +0200, Enrico Mioso wrote: > $Extend init may be skipped due to NTFS version lower than 3. Be more clear on this. Git does not do line wrapping for you. I check couple your other patch too and you have made same mistake. Many git tool can make this automatically, but many does not done it by default. This should look like: $Extend init may be skipped due to NTFS version lower than 3. Be more clear on this. > Signed-off-by: Enrico Mioso <mrkiko.rs@xxxxxxxxx> After you fix it Reviewed-by: Kari Argillander <kari.argillander@xxxxxxxxx> Thanks a lot for your patch and intrest for ntfs3. > --- > fs/ntfs3/fsntfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ntfs3/fsntfs.c b/fs/ntfs3/fsntfs.c > index 4de9acb16968..abe74dc9ce31 100644 > --- a/fs/ntfs3/fsntfs.c > +++ b/fs/ntfs3/fsntfs.c > @@ -189,7 +189,7 @@ int ntfs_extend_init(struct ntfs_sb_info *sbi) > struct MFT_REF ref; > > if (sbi->volume.major_ver < 3) { > - ntfs_notice(sb, "Skip $Extend 'cause NTFS version"); > + ntfs_notice(sb, "Skipping $Extend init due to NTFS version lower than 3"); > return 0; > } > > -- > 2.33.1