diff options
| author | Christoph Hellwig <hch@lst.de> | 2024-11-17 06:28:10 +0100 |
|---|---|---|
| committer | Christoph Hellwig <hch@lst.de> | 2025-03-03 08:16:46 -0700 |
| commit | 720c2d58348329ce57bfa7ecef93ee0c9bf4b405 (patch) | |
| tree | 49226c7c4c2cf34835184fc38309fea60e55719f /fs/xfs/Makefile | |
| parent | 0cb53d773bbaa56e3a1f3cd4c04a50896bd810ec (diff) | |
| download | linux-next-720c2d58348329ce57bfa7ecef93ee0c9bf4b405.tar.gz linux-next-720c2d58348329ce57bfa7ecef93ee0c9bf4b405.zip | |
xfs: parse and validate hardware zone information
Add support to validate and parse reported hardware zone state.
Co-developed-by: Hans Holmberg <hans.holmberg@wdc.com>
Signed-off-by: Hans Holmberg <hans.holmberg@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Diffstat (limited to 'fs/xfs/Makefile')
| -rw-r--r-- | fs/xfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index 7afa51e41427..ea8e66c1e969 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile @@ -64,6 +64,7 @@ xfs-y += $(addprefix libxfs/, \ xfs-$(CONFIG_XFS_RT) += $(addprefix libxfs/, \ xfs_rtbitmap.o \ xfs_rtgroup.o \ + xfs_zones.o \ ) # highlevel code |
