Re: [f2fs-dev] [PATCH 2/2] f2fs: support quota sys files

2017-11-03 Thread Jaegeuk Kim
On 11/03, Chao Yu wrote: > On 2017/11/3 11:37, Jaegeuk Kim wrote: > > On 11/02, Chao Yu wrote: > >> On 2017/10/31 11:40, Jaegeuk Kim wrote: > >>> This patch supports hidden quota files in the system, which will be used > >>> for > >>> Android. It requires up-to-date f2fs-tools later than v1.9.0.

Re: [f2fs-dev] [PATCH 2/2] f2fs: support quota sys files

2017-11-03 Thread Jaegeuk Kim
On 11/03, Chao Yu wrote: > On 2017/11/3 11:37, Jaegeuk Kim wrote: > > On 11/02, Chao Yu wrote: > >> On 2017/10/31 11:40, Jaegeuk Kim wrote: > >>> This patch supports hidden quota files in the system, which will be used > >>> for > >>> Android. It requires up-to-date f2fs-tools later than v1.9.0.

Re: [f2fs-dev] [PATCH 2/2] f2fs: support quota sys files

2017-11-02 Thread Chao Yu
On 2017/11/3 11:37, Jaegeuk Kim wrote: > On 11/02, Chao Yu wrote: >> On 2017/10/31 11:40, Jaegeuk Kim wrote: >>> This patch supports hidden quota files in the system, which will be used for >>> Android. It requires up-to-date f2fs-tools later than v1.9.0. >>> >>> Signed-off-by: Jaegeuk Kim

Re: [f2fs-dev] [PATCH 2/2] f2fs: support quota sys files

2017-11-02 Thread Chao Yu
On 2017/11/3 11:37, Jaegeuk Kim wrote: > On 11/02, Chao Yu wrote: >> On 2017/10/31 11:40, Jaegeuk Kim wrote: >>> This patch supports hidden quota files in the system, which will be used for >>> Android. It requires up-to-date f2fs-tools later than v1.9.0. >>> >>> Signed-off-by: Jaegeuk Kim >>>

Re: [f2fs-dev] [PATCH 2/2] f2fs: support quota sys files

2017-11-02 Thread Jaegeuk Kim
On 11/02, Chao Yu wrote: > On 2017/10/31 11:40, Jaegeuk Kim wrote: > > This patch supports hidden quota files in the system, which will be used for > > Android. It requires up-to-date f2fs-tools later than v1.9.0. > > > > Signed-off-by: Jaegeuk Kim > > --- > >

Re: [f2fs-dev] [PATCH 2/2] f2fs: support quota sys files

2017-11-02 Thread Jaegeuk Kim
On 11/02, Chao Yu wrote: > On 2017/10/31 11:40, Jaegeuk Kim wrote: > > This patch supports hidden quota files in the system, which will be used for > > Android. It requires up-to-date f2fs-tools later than v1.9.0. > > > > Signed-off-by: Jaegeuk Kim > > --- > > fs/f2fs/checkpoint.c | 9 +++- >

Re: [f2fs-dev] [PATCH 2/2] f2fs: support quota sys files

2017-11-02 Thread Chao Yu
On 2017/10/31 11:40, Jaegeuk Kim wrote: > This patch supports hidden quota files in the system, which will be used for > Android. It requires up-to-date f2fs-tools later than v1.9.0. > > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/checkpoint.c | 9 +++- > fs/f2fs/f2fs.h

Re: [f2fs-dev] [PATCH 2/2] f2fs: support quota sys files

2017-11-02 Thread Chao Yu
On 2017/10/31 11:40, Jaegeuk Kim wrote: > This patch supports hidden quota files in the system, which will be used for > Android. It requires up-to-date f2fs-tools later than v1.9.0. > > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/checkpoint.c | 9 +++- > fs/f2fs/f2fs.h | 9 +++- >

[PATCH 2/2] f2fs: support quota sys files

2017-10-30 Thread Jaegeuk Kim
This patch supports hidden quota files in the system, which will be used for Android. It requires up-to-date f2fs-tools later than v1.9.0. Signed-off-by: Jaegeuk Kim --- fs/f2fs/checkpoint.c | 9 +++- fs/f2fs/f2fs.h | 9 +++- fs/f2fs/recovery.c | 8 ++-

[PATCH 2/2] f2fs: support quota sys files

2017-10-30 Thread Jaegeuk Kim
This patch supports hidden quota files in the system, which will be used for Android. It requires up-to-date f2fs-tools later than v1.9.0. Signed-off-by: Jaegeuk Kim --- fs/f2fs/checkpoint.c | 9 +++- fs/f2fs/f2fs.h | 9 +++- fs/f2fs/recovery.c | 8 ++- fs/f2fs/super.c | 145