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