Re: [PATCH v3 1/2] staging: erofs: add requirements field in superblock

2019-06-16 Thread Gao Xiang
On 2019/6/16 15:14, Greg Kroah-Hartman wrote: > On Sun, Jun 16, 2019 at 03:00:38PM +0800, Gao Xiang wrote: >> Hi Greg, >> >> Sorry for annoying... Could you help merge these two fixes? Thanks in >> advance... > > It was only 3 days, please give me at the very least, a week or so for > staging

Re: [PATCH v3 1/2] staging: erofs: add requirements field in superblock

2019-06-16 Thread Greg Kroah-Hartman
On Sun, Jun 16, 2019 at 03:00:38PM +0800, Gao Xiang wrote: > Hi Greg, > > Sorry for annoying... Could you help merge these two fixes? Thanks in > advance... It was only 3 days, please give me at the very least, a week or so for staging patches. > decompression inplace optimization needs these t

Re: [PATCH v3 1/2] staging: erofs: add requirements field in superblock

2019-06-16 Thread Gao Xiang
Hi Greg, Sorry for annoying... Could you help merge these two fixes? Thanks in advance... decompression inplace optimization needs these two patches and I will integrate erofs decompression inplace optimization later for linux-next 5.3, and try to start making effort on moving to fs/ directory o

[PATCH v3 1/2] staging: erofs: add requirements field in superblock

2019-06-13 Thread Gao Xiang
There are some backward incompatible features pending for months, mainly due to on-disk format expensions. However, we should ensure that it cannot be mounted with old kernels. Otherwise, it will causes unexpected behaviors. Fixes: ba2b77a82022 ("staging: erofs: add super block operations") Cc: