Hi all, This patch aims to hoist the ext4 get/set ioctls to the VFS so we have a common interface for tools such as coreutils. The second patch adds support for FS_IOC_GETFSUUID in xfs (with FS_IOC_SETFSUUID planned for future patches). Comments and feedback appreciated! Catherine Catherine Hoang (2): fs: hoist get/set UUID ioctls xfs: add FS_IOC_GETFSUUID ioctl fs/ext4/ext4.h | 13 ++----------- fs/xfs/xfs_ioctl.c | 36 ++++++++++++++++++++++++++++++++++++ include/uapi/linux/fs.h | 11 +++++++++++ 3 files changed, 49 insertions(+), 11 deletions(-) -- 2.25.1