Message ID | 20180306130053.13958-3-cmaiolino@redhat.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Looks good,
Reviewed-by: Christoph Hellwig <hch@lst.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
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); \
This macro is unused Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com> --- libxfs/libxfs_io.h | 1 - 1 file changed, 1 deletion(-)