| commit | 9b4c9c608967846dab1059ac62c759847013b7c6 | [log] [tgz] |
|---|---|---|
| author | Darrick J. Wong <djwong@kernel.org> | Thu Aug 08 09:38:47 2024 -0700 |
| committer | Darrick J. Wong <djwong@kernel.org> | Thu Aug 08 09:38:47 2024 -0700 |
| tree | 2394d113fd0158a275f6822688eb780aa0bbb794 | |
| parent | d194cb818305a53c3f4194b9571c064be9ec86af [diff] |
xfs_db: improve getting and setting extended attributes Add an attr_get command to retrieve the value of an xattr from a file; and extend the attr_set command to allow passing of string values. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Acked-by: Dave Chinner <dchinner@redhat.com>