| commit | dfcdf16cc753f5d3ac18b3c2eb8eca79a6c94690 | [log] [tgz] |
|---|---|---|
| author | Darrick J. Wong <djwong@kernel.org> | Thu Aug 08 09:38:48 2024 -0700 |
| committer | Darrick J. Wong <djwong@kernel.org> | Thu Aug 08 09:38:48 2024 -0700 |
| tree | 5309985f4ea706859677eb5e17b36a3d0782a985 | |
| parent | 6215e8d357ca8489dec5c60f171d9be826b43609 [diff] |
xfs_db: add a command to list xattrs Add a command to list extended attributes from xfs_db. We'll need this later to manage the fs properties when unmounted. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Acked-by: Dave Chinner <dchinner@redhat.com>