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

2020-07-08 Thread Daeho Jeong
I thought it's working for our system. But as you said, it might be not true for others. I got your point. Partition label would be a great idea for us. Thank you for your comment! 2020년 7월 8일 (수) 오후 7:05, Greg KH 님이 작성: > > On Mon, Jul 06, 2020 at 08:47:07AM +0900, Daeho Jeong wrote: > > > No Do

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

2020-07-08 Thread Greg KH
On Mon, Jul 06, 2020 at 08:47:07AM +0900, Daeho Jeong wrote: > > No Documentation/ABI/ entry for your new sysfs file/link? > > This is for adding a symbolic link to a pre-existed > /sys/fs/f2fs/ directory and it means /sys/fs/f2fs/ points > to /sys/fs/f2fs/. I already added the description of this

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

2020-07-05 Thread Daeho Jeong
> No Documentation/ABI/ entry for your new sysfs file/link? This is for adding a symbolic link to a pre-existed /sys/fs/f2fs/ directory and it means /sys/fs/f2fs/ points to /sys/fs/f2fs/. I already added the description of this in Documentation/filesystems/f2fs.rst. > > And what does this help wi

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

2020-07-03 Thread Greg KH
On Fri, Jul 03, 2020 at 03:54:20PM +0900, 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. But > once one mount point was umounted, tha

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

2020-07-03 Thread Chao Yu
On 2020/7/3 14:54, 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. But > once one mount point was umounted, that sequential number > @

[PATCH v3] f2fs: add symbolic link to kobject in sysfs

2020-07-02 Thread Daeho Jeong
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. But once one mount point was umounted, that sequential number @x in "mount_@x" could be reused by later newly mount