From 11510e740f38900a7a9c4e9e4b81ab471112a723 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Fri, 12 Oct 2007 11:12:54 +1000 Subject: [PATCH] --- yaml --- r: 84461 b: refs/heads/master c: 91906a882a4c9541317bc4f4c7fa5d8b784ba198 h: refs/heads/master i: 84459: 9639fb253b76102bff2db2f747d22dc5a67e8b88 v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_ialloc_btree.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 43dbaf6d7bd9..971b6c053ddc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c40ea74101ab75a8f320d057e7cf4b772b090110 +refs/heads/master: 91906a882a4c9541317bc4f4c7fa5d8b784ba198 diff --git a/trunk/fs/xfs/xfs_ialloc_btree.h b/trunk/fs/xfs/xfs_ialloc_btree.h index bf8e9aff272e..8efc4a5b8b92 100644 --- a/trunk/fs/xfs/xfs_ialloc_btree.h +++ b/trunk/fs/xfs/xfs_ialloc_btree.h @@ -81,8 +81,6 @@ typedef struct xfs_btree_sblock xfs_inobt_block_t; #define XFS_INOBT_MASK(i) ((xfs_inofree_t)1 << (i)) #define XFS_INOBT_IS_FREE(rp,i) \ (((rp)->ir_free & XFS_INOBT_MASK(i)) != 0) -#define XFS_INOBT_IS_FREE_DISK(rp,i) \ - ((be64_to_cpu((rp)->ir_free) & XFS_INOBT_MASK(i)) != 0) #define XFS_INOBT_SET_FREE(rp,i) ((rp)->ir_free |= XFS_INOBT_MASK(i)) #define XFS_INOBT_CLR_FREE(rp,i) ((rp)->ir_free &= ~XFS_INOBT_MASK(i))