[PATCH 0/3] ntfs3: Add support for FS_IOC_{GET,SET}FSLABEL ioctl

Ethan Ferguson posted 3 patches 1 month ago
fs/ntfs3/file.c    | 28 ++++++++++++++++++++++++++++
fs/ntfs3/ntfs_fs.h |  2 +-
2 files changed, 29 insertions(+), 1 deletion(-)
[PATCH 0/3] ntfs3: Add support for FS_IOC_{GET,SET}FSLABEL ioctl
Posted by Ethan Ferguson 1 month ago
Hi all,

Given the FS_IOC_{GET,SET}FSLABEL ioctls are now the de-facto standard
for reading and writing the FS label, implement these ioctls for the
ntfs3 driver.

Use the common FSLABEL_MAX constant instead of a magic number.

Thanks,
Ethan Ferguson

Ethan Ferguson (3):
  ntfs3: transition magic number to shared constant
  ntfs3: add FS_IOC_GETFSLABEL ioctl
  ntfs3: add FS_IOC_SETFSLABEL ioctl

 fs/ntfs3/file.c    | 28 ++++++++++++++++++++++++++++
 fs/ntfs3/ntfs_fs.h |  2 +-
 2 files changed, 29 insertions(+), 1 deletion(-)


base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
-- 
2.34.1