Re: [PATCH 1/2] f2fs: add sysfs symbolic link to kobject with volume name

2020-07-22 Thread Greg KH
On Wed, Jul 22, 2020 at 10:24:37AM -0700, Jaegeuk Kim wrote: > On 07/22, Greg KH wrote: > > On Wed, Jul 22, 2020 at 09:43:56AM -0700, Jaegeuk Kim wrote: > > > On 07/19, Greg KH wrote: > > > > On Sun, Jul 19, 2020 at 02:44:08PM +0900, Daeho Jeong wrote: > > > > > From: Daeho Jeong > > > > > > > >

Re: [PATCH 1/2] f2fs: add sysfs symbolic link to kobject with volume name

2020-07-22 Thread Jaegeuk Kim
On 07/22, Greg KH wrote: > On Wed, Jul 22, 2020 at 09:43:56AM -0700, Jaegeuk Kim wrote: > > On 07/19, Greg KH wrote: > > > On Sun, Jul 19, 2020 at 02:44:08PM +0900, Daeho Jeong wrote: > > > > From: Daeho Jeong > > > > > > > > Added a symbolic link directory pointing to its device name > > > > dir

Re: [PATCH 1/2] f2fs: add sysfs symbolic link to kobject with volume name

2020-07-22 Thread Greg KH
On Wed, Jul 22, 2020 at 09:43:56AM -0700, Jaegeuk Kim wrote: > On 07/19, Greg KH wrote: > > On Sun, Jul 19, 2020 at 02:44:08PM +0900, Daeho Jeong wrote: > > > From: Daeho Jeong > > > > > > Added a symbolic link directory pointing to its device name > > > directory using the volume name of the par

Re: [PATCH 1/2] f2fs: add sysfs symbolic link to kobject with volume name

2020-07-22 Thread Jaegeuk Kim
On 07/19, Greg KH wrote: > On Sun, Jul 19, 2020 at 02:44:08PM +0900, Daeho Jeong wrote: > > From: Daeho Jeong > > > > Added a symbolic link directory pointing to its device name > > directory using the volume name of the partition in sysfs. > > (i.e., /sys/fs/f2fs/vol_#x -> /sys/fs/f2fs/sda1) >

Re: [PATCH 1/2] f2fs: add sysfs symbolic link to kobject with volume name

2020-07-19 Thread Greg KH
On Sun, Jul 19, 2020 at 02:44:08PM +0900, Daeho Jeong wrote: > From: Daeho Jeong > > Added a symbolic link directory pointing to its device name > directory using the volume name of the partition in sysfs. > (i.e., /sys/fs/f2fs/vol_#x -> /sys/fs/f2fs/sda1) No, please no. That is already created

Re: [PATCH 1/2] f2fs: add sysfs symbolic link to kobject with volume name

2020-07-19 Thread kernel test robot
Hi Daeho, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on f2fs/dev-test] [also build test WARNING on linux/master linus/master v5.8-rc5 next-20200717] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest t

[PATCH 1/2] f2fs: add sysfs symbolic link to kobject with volume name

2020-07-18 Thread Daeho Jeong
From: Daeho Jeong Added a symbolic link directory pointing to its device name directory using the volume name of the partition in sysfs. (i.e., /sys/fs/f2fs/vol_#x -> /sys/fs/f2fs/sda1) "vol" is the volume name of the partition, "#x" is the number representing the order of mounting with the same