Re: [PATCH] staging: exfat: add STAGING prefix to config names

2020-01-03 Thread Amir Goldstein
On Fri, Jan 3, 2020 at 3:17 AM Namjae Jeon wrote: > > Add STAGING prefix to config names to avoid collsion with fs/exfat config. > > Signed-off-by: Namjae Jeon > --- > drivers/staging/Makefile | 2 +- > drivers/staging/exfat/Kconfig| 26 +++ >

Re: [PATCH v6 03/24] erofs: add super block operations

2019-08-31 Thread Amir Goldstein
On Fri, Aug 30, 2019 at 8:16 PM Gao Xiang wrote: > > Hi Christoph, > > On Fri, Aug 30, 2019 at 09:39:10AM -0700, Christoph Hellwig wrote: > > On Thu, Aug 29, 2019 at 06:50:48PM +0800, Gao Xiang wrote: > > > > Please use an erofs_ prefix for all your functions. > > > > > > It is already a static

Re: [PATCH v3 12/24] erofs: introduce tagged pointer

2019-07-22 Thread Amir Goldstein
On Mon, Jul 22, 2019 at 8:02 AM Gao Xiang wrote: > > Hi Amir, > > On 2019/7/22 12:39, Amir Goldstein wrote: > > On Mon, Jul 22, 2019 at 5:54 AM Gao Xiang wrote: > >> > >> Currently kernel has scattered tagged pointer usages > >> hacked by hand in p

Re: [PATCH v3 12/24] erofs: introduce tagged pointer

2019-07-21 Thread Amir Goldstein
On Mon, Jul 22, 2019 at 5:54 AM Gao Xiang wrote: > > Currently kernel has scattered tagged pointer usages > hacked by hand in plain code, without a unique and > portable functionset to highlight the tagged pointer > itself and wrap these hacked code in order to clean up > all over meaningless