diff options
author | Christoph Hellwig <hch@lst.de> | 2023-12-20 07:35:02 +0100 |
---|---|---|
committer | Chandan Babu R <chandanbabu@kernel.org> | 2023-12-29 13:37:05 +0530 |
commit | 074aea4be1a4074be49a7ec41c674cc02b52fd60 (patch) | |
tree | 56b2cbc847be5196df297bb3262b4e5d660ec1ea /fs/xfs/libxfs/xfs_attr_sf.h | |
parent | 414147225400a0c4562ebfb0fdd40f065099ede4 (diff) | |
download | linux-stable-074aea4be1a4074be49a7ec41c674cc02b52fd60.tar.gz linux-stable-074aea4be1a4074be49a7ec41c674cc02b52fd60.tar.bz2 linux-stable-074aea4be1a4074be49a7ec41c674cc02b52fd60.zip |
xfs: remove xfs_attr_sf_hdr_t
Remove the last two users of the typedef.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
Diffstat (limited to 'fs/xfs/libxfs/xfs_attr_sf.h')
-rw-r--r-- | fs/xfs/libxfs/xfs_attr_sf.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/xfs/libxfs/xfs_attr_sf.h b/fs/xfs/libxfs/xfs_attr_sf.h index 9abf7de95465..bc4422223024 100644 --- a/fs/xfs/libxfs/xfs_attr_sf.h +++ b/fs/xfs/libxfs/xfs_attr_sf.h @@ -7,14 +7,6 @@ #define __XFS_ATTR_SF_H__ /* - * Attribute storage when stored inside the inode. - * - * Small attribute lists are packed as tightly as possible so as - * to fit into the literal area of the inode. - */ -typedef struct xfs_attr_sf_hdr xfs_attr_sf_hdr_t; - -/* * We generate this then sort it, attr_list() must return things in hash-order. */ typedef struct xfs_attr_sf_sort { |