This macro is unused Signed-off-by: Carlos Maiolino <cmaiolino@xxxxxxxxxx> --- libxfs/libxfs_io.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libxfs/libxfs_io.h b/libxfs/libxfs_io.h index a1c62071..04bbc9b7 100644 --- a/libxfs/libxfs_io.h +++ b/libxfs/libxfs_io.h @@ -101,7 +101,6 @@ enum xfs_buf_flags_t { /* b_flags bits */ #define XFS_BUF_ADDR(bp) ((bp)->b_bn) #define XFS_BUF_SIZE(bp) ((bp)->b_bcount) #define XFS_BUF_COUNT(bp) ((bp)->b_bcount) -#define XFS_BUF_TARGET(bp) ((bp)->b_dev) #define XFS_BUF_SET_PTR(bp,p,cnt) ({ \ (bp)->b_addr = (char *)(p); \ XFS_BUF_SET_COUNT(bp,cnt); \ -- 2.14.3 -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html