Re: [f2fs-dev] [PATCH] f2fs: add support for FS_IOC_GETFSSYSFSPATH

2024-06-12 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Wed, 15 May 2024 16:12:33 +0800 you wrote: > FS_IOC_GETFSSYSFSPATH ioctl expects sysfs sub-path of a filesystem, the > format can be "$FSTYP/$SYSFS_IDENTIFIER" under /sys/fs, it can helps to > standardizes exporting sysfs

[f2fs-dev] [PATCH] f2fs: add support for FS_IOC_GETFSSYSFSPATH

2024-05-15 Thread Chao Yu
FS_IOC_GETFSSYSFSPATH ioctl expects sysfs sub-path of a filesystem, the format can be "$FSTYP/$SYSFS_IDENTIFIER" under /sys/fs, it can helps to standardizes exporting sysfs datas across filesystems. This patch wires up FS_IOC_GETFSSYSFSPATH for f2fs, it will output "f2fs/". Signed-off-by: Chao Yu