]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nilfs2: add support for FS_IOC_GETUUID
authorRyusuke Konishi <konishi.ryusuke@gmail.com>
Thu, 15 Aug 2024 07:44:05 +0000 (16:44 +0900)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 2 Sep 2024 03:43:34 +0000 (20:43 -0700)
commitef851d44a83ed625ec22eae6bd36a1348c8af571
treee7ecc312a1cb81701df310dddc3ef001ae70ccdb
parent16d9691ad4b562ea19271f0788738f649c02cf3c
nilfs2: add support for FS_IOC_GETUUID

Patch series "nilfs2: add support for some common ioctls".

This series adds support for common ioctls to nilfs2 for getting the
volume UUID and the relative path of an FS instance within the sysfs
namespace, and also implements ioctls for nilfs2 to get and set the volume
label.

This patch (of 2):

Expose the UUID of a file system instance using the super_set_uuid helper
and support the FS_IOC_GETUUID ioctl.

Link: https://lkml.kernel.org/r/20240815074408.5550-1-konishi.ryusuke@gmail.com
Link: https://lkml.kernel.org/r/20240815074408.5550-2-konishi.ryusuke@gmail.com
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/nilfs2/super.c