Re: [f2fs-dev] [PATCH] f2fs: segment.h: delete a duplicated word

2020-07-19 Thread Chao Yu
On 2020/7/20 8:13, Randy Dunlap wrote: > Drop the repeated word "the" in a comment. > > Signed-off-by: Randy Dunlap > Cc: Jaegeuk Kim > Cc: Chao Yu > Cc: linux-f2fs-devel@lists.sourceforge.net Reviewed-by: Chao Yu Thanks, ___ Linux-f2fs-devel mai

Re: [f2fs-dev] [PATCH v2] f2fs: add F2FS_IOC_SEC_TRIM_FILE ioctl

2020-07-19 Thread Chao Yu
On 2020/7/18 14:15, Daeho Jeong wrote: > From: Daeho Jeong > > Added a new ioctl to send discard commands or/and zero out > to selected data area of a regular file for security reason. > > The way of handling range.len of F2FS_IOC_SEC_TRIM_FILE: > 1. Added -1 value support for range.len to secur

[f2fs-dev] [PATCH] f2fs: segment.h: delete a duplicated word

2020-07-19 Thread Randy Dunlap
Drop the repeated word "the" in a comment. Signed-off-by: Randy Dunlap Cc: Jaegeuk Kim Cc: Chao Yu Cc: linux-f2fs-devel@lists.sourceforge.net --- fs/f2fs/segment.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200717.orig/fs/f2fs/segment.h +++ linux-next-20200717/f

Re: [f2fs-dev] [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