]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_io: make ls/chattr work with special files
authorAndrey Albershteyn <aalbersh@redhat.com>
Tue, 9 Sep 2025 15:24:38 +0000 (17:24 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Mon, 15 Sep 2025 09:10:05 +0000 (11:10 +0200)
commit7c850f317ef8611f035b83b2bb356f0c99ca81ca
tree1d269e3ed1a836a368c11f4129b1d799bca013c5
parent961e42e0265c8520f50343e4be009e7fd15e91de
xfs_io: make ls/chattr work with special files

With new file_getattr/file_setattr syscalls we can now list/change file
attributes on special files instead for ignoring them.

Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
io/attr.c
io/io.h
io/stat.c