Re: [PATCH] f2fs: fix to show encrypt flag in FS_IOC_GETFLAGS

2018-04-07 Thread Chao Yu
On 2018/4/5 11:46, Jaegeuk Kim wrote: > On 04/03, Chao Yu wrote: >> On 2018/4/3 4:21, Jaegeuk Kim wrote: >>> On 04/02, Chao Yu wrote: This patch fixes to show encrypt flag in FS_IOC_GETFLAGS like ext4 does. >>> >>> Actually, we have to show internal flags owned by f2fs, not generic ones. >>> W

Re: [PATCH] f2fs: fix to show encrypt flag in FS_IOC_GETFLAGS

2018-04-04 Thread Jaegeuk Kim
On 04/03, Chao Yu wrote: > On 2018/4/3 4:21, Jaegeuk Kim wrote: > > On 04/02, Chao Yu wrote: > >> This patch fixes to show encrypt flag in FS_IOC_GETFLAGS like ext4 does. > > > > Actually, we have to show internal flags owned by f2fs, not generic ones. > > We may need to define all of them separat

Re: [PATCH] f2fs: fix to show encrypt flag in FS_IOC_GETFLAGS

2018-04-03 Thread Chao Yu
On 2018/4/3 4:21, Jaegeuk Kim wrote: > On 04/02, Chao Yu wrote: >> This patch fixes to show encrypt flag in FS_IOC_GETFLAGS like ext4 does. > > Actually, we have to show internal flags owned by f2fs, not generic ones. > We may need to define all of them separately? Agreed, I wrote a patch, could

Re: [PATCH] f2fs: fix to show encrypt flag in FS_IOC_GETFLAGS

2018-04-02 Thread Jaegeuk Kim
On 04/02, Chao Yu wrote: > This patch fixes to show encrypt flag in FS_IOC_GETFLAGS like ext4 does. Actually, we have to show internal flags owned by f2fs, not generic ones. We may need to define all of them separately? > > Signed-off-by: Chao Yu > --- > fs/f2fs/file.c | 9 +++-- > 1 file