exfat: add ioctls for accessing attributes
authorJan Cincera <hcincera@gmail.com>
Mon, 30 Oct 2023 11:53:18 +0000 (20:53 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Tue, 31 Oct 2023 01:00:51 +0000 (10:00 +0900)
commit0ab8ba71868594acfc717b8c7d1738b9118118ec
tree7a079e6a5180dcd8464ea2f3527f85e79ce46055
parentcd063c8b9e1e95560e90bac7816234d8b2ee2897
exfat: add ioctls for accessing attributes

Add GET and SET attributes ioctls to enable attribute modification.
We already do this in FAT and a few userspace utils made for it would
benefit from this also working on exFAT, namely fatattr.

Signed-off-by: Jan Cincera <hcincera@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/exfat/dir.c
fs/exfat/exfat_fs.h
fs/exfat/exfat_raw.h
fs/exfat/file.c
fs/exfat/inode.c
fs/exfat/namei.c
fs/exfat/super.c