Re: [PATCH v2 08/10] fs/ntfs3: Add Kconfig, Makefile and doc

From: Joe Perches
Date: Thu Aug 27 2020 - 12:16:03 EST


On Thu, 2020-08-27 at 16:01 +0000, Konstantin Komarov wrote:
> From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Sent: Friday, August 21, 2020 8:23 PM
[]
> > > +- Full journaling support (currently journal replaying is supported) over JBD.
> >
> > journalling
> > seems to be preferred.
> >
> Have to disagree on this. According to "journaling" term usage in
> different sources, the single-L seems to be the standard.

In the kernel it seems to be a tie:

$ git grep -i -w journalling | wc -l
109
$ git grep -i -w journaling | wc -l
111

I think 1 l better.