Re: [f2fs-dev] [PATCH] f2fs: add symbolic link to kobject in sysfs

2020-07-02 Thread Daeho Jeong
Got it. Thanks~ 2020년 7월 3일 (금) 오전 11:02, Chao Yu 님이 작성: > > On 2020/7/1 20:12, Daeho Jeong wrote: > >> On 2020/7/1 15:04, Daeho Jeong wrote: > >>> Actually, I want to keep the mount number remaining to the same > >>> number, even if it's re-mounted. > >> > >> Then once there is f2fs umounter, th

Re: [f2fs-dev] [PATCH] f2fs: add symbolic link to kobject in sysfs

2020-07-02 Thread Chao Yu
On 2020/7/1 20:12, Daeho Jeong wrote: >> On 2020/7/1 15:04, Daeho Jeong wrote: >>> Actually, I want to keep the mount number remaining to the same >>> number, even if it's re-mounted. >> >> Then once there is f2fs umounter, the order will be incorrect... > > Actually, we prepared this patch for a

Re: [f2fs-dev] [PATCH] f2fs: add symbolic link to kobject in sysfs

2020-07-01 Thread Daeho Jeong
> On 2020/7/1 15:04, Daeho Jeong wrote: > > Actually, I want to keep the mount number remaining to the same > > number, even if it's re-mounted. > > Then once there is f2fs umounter, the order will be incorrect... Actually, we prepared this patch for a strictly controlled system like Android to ea

Re: [f2fs-dev] [PATCH] f2fs: add symbolic link to kobject in sysfs

2020-07-01 Thread Chao Yu
On 2020/7/1 15:04, Daeho Jeong wrote: > Actually, I want to keep the mount number remaining to the same > number, even if it's re-mounted. Then once there is f2fs umounter, the order will be incorrect... > Or we need to keep track of the number being increased whenever it's > remounted. :( IMO,

Re: [f2fs-dev] [PATCH] f2fs: add symbolic link to kobject in sysfs

2020-07-01 Thread Daeho Jeong
Actually, I want to keep the mount number remaining to the same number, even if it's re-mounted. Or we need to keep track of the number being increased whenever it's remounted. :( 2020년 7월 1일 (수) 오후 3:36, Chao Yu 님이 작성: > > Hi Daeho, > > On 2020/6/30 8:56, Daeho Jeong wrote: > > From: Daeho Jeong

Re: [f2fs-dev] [PATCH] f2fs: add symbolic link to kobject in sysfs

2020-06-30 Thread Chao Yu
Hi Daeho, On 2020/6/30 8:56, Daeho Jeong wrote: > From: Daeho Jeong > > Added a symbolic link to directory of sysfs. It will > create a symbolic link such as "mount_0" and "mount_1" to > each f2fs mount in the order of mounting filesystem. It will > provide easy access to sysfs node even if not