Re: [PATCH v3 01/24] erofs: add on-disk layout

2019-07-21 Thread Gao Xiang
Hi Greg, On 2019/7/22 13:05, Greg Kroah-Hartman wrote: > On Mon, Jul 22, 2019 at 01:26:16PM +1000, Stephen Rothwell wrote: >> Hi Gao, >> >> On Mon, 22 Jul 2019 10:50:20 +0800 Gao Xiang wrote: >>> >>> diff --git a/fs/erofs/erofs_fs.h b/fs/erofs/erofs_fs.h >>> new file mode 100644 >>> index 000

Re: [PATCH v3 01/24] erofs: add on-disk layout

2019-07-21 Thread Greg Kroah-Hartman
On Mon, Jul 22, 2019 at 01:26:16PM +1000, Stephen Rothwell wrote: > Hi Gao, > > On Mon, 22 Jul 2019 10:50:20 +0800 Gao Xiang wrote: > > > > diff --git a/fs/erofs/erofs_fs.h b/fs/erofs/erofs_fs.h > > new file mode 100644 > > index ..e418725abfd6 > > --- /dev/null > > +++ b/fs/erofs/ero

Re: [PATCH v3 01/24] erofs: add on-disk layout

2019-07-21 Thread Stephen Rothwell
Hi Gao, On Mon, 22 Jul 2019 10:50:20 +0800 Gao Xiang wrote: > > diff --git a/fs/erofs/erofs_fs.h b/fs/erofs/erofs_fs.h > new file mode 100644 > index ..e418725abfd6 > --- /dev/null > +++ b/fs/erofs/erofs_fs.h > @@ -0,0 +1,316 @@ > +/* SPDX-License-Identifier: GPL-2.0 OR Apache-2.0 */

Re: [PATCH v3 01/24] erofs: add on-disk layout

2019-07-21 Thread Gao Xiang
Hi Stephen, On 2019/7/22 11:26, Stephen Rothwell wrote: > Hi Gao, > > On Mon, 22 Jul 2019 10:50:20 +0800 Gao Xiang wrote: >> >> diff --git a/fs/erofs/erofs_fs.h b/fs/erofs/erofs_fs.h >> new file mode 100644 >> index ..e418725abfd6 >> --- /dev/null >> +++ b/fs/erofs/erofs_fs.h >> @@ -