diff options
author | Barry Naujok <bnaujok@sgi.com> | 2008-10-30 02:05:38 -0400 |
---|---|---|
committer | Lachlan McIlroy <lachlan@sgi.com> | 2008-10-30 02:05:38 -0400 |
commit | 847fff5ca881670ca8ec617afeb943950f0c804b (patch) | |
tree | cd03cf7a3422842978332a22de51c91827821841 /fs/xfs/xfs_btree.h | |
parent | 24ee0e49c9cce23acb1758728cb09e8d2b53bd33 (diff) |
[XFS] Sync up kernel and user-space headers
SGI-PV: 986558
SGI-Modid: xfs-linux-melb:xfs-kern:32231a
Signed-off-by: Barry Naujok <bnaujok@sgi.com>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_btree.h')
-rw-r--r-- | fs/xfs/xfs_btree.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_btree.h b/fs/xfs/xfs_btree.h index 2a22c587f1ae..7425b2b4a254 100644 --- a/fs/xfs/xfs_btree.h +++ b/fs/xfs/xfs_btree.h | |||
@@ -327,8 +327,6 @@ typedef struct xfs_btree_cur | |||
327 | #define XFS_BUF_TO_SBLOCK(bp) ((xfs_btree_sblock_t *)XFS_BUF_PTR(bp)) | 327 | #define XFS_BUF_TO_SBLOCK(bp) ((xfs_btree_sblock_t *)XFS_BUF_PTR(bp)) |
328 | 328 | ||
329 | 329 | ||
330 | #ifdef __KERNEL__ | ||
331 | |||
332 | /* | 330 | /* |
333 | * Check that long form block header is ok. | 331 | * Check that long form block header is ok. |
334 | */ | 332 | */ |
@@ -515,8 +513,6 @@ static inline int xfs_btree_get_level(struct xfs_btree_block *block) | |||
515 | return be16_to_cpu(block->bb_level); | 513 | return be16_to_cpu(block->bb_level); |
516 | } | 514 | } |
517 | 515 | ||
518 | #endif /* __KERNEL__ */ | ||
519 | |||
520 | 516 | ||
521 | /* | 517 | /* |
522 | * Min and max functions for extlen, agblock, fileoff, and filblks types. | 518 | * Min and max functions for extlen, agblock, fileoff, and filblks types. |