Signed-off-by: Christoph Hellwig <hch@xxxxxx> Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> Reviewed-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Signed-off-by: Allison Collins <allison.henderson@xxxxxxxxxx> --- libxfs/xfs_attr.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libxfs/xfs_attr.h b/libxfs/xfs_attr.h index 0c8f7c7..31c0ffd 100644 --- a/libxfs/xfs_attr.h +++ b/libxfs/xfs_attr.h @@ -70,14 +70,6 @@ typedef struct attrlist_ent { /* data from attr_list() */ } attrlist_ent_t; /* - * Given a pointer to the (char*) buffer containing the attr_list() result, - * and an index, return a pointer to the indicated attribute in the buffer. - */ -#define ATTR_ENTRY(buffer, index) \ - ((attrlist_ent_t *) \ - &((char *)buffer)[ ((attrlist_t *)(buffer))->al_offset[index] ]) - -/* * Kernel-internal version of the attrlist cursor. */ typedef struct attrlist_cursor_kern { -- 2.7.4