[XFS] Sync up kernel and user-space headers
[safe/jmp/linux-2.6] / fs / xfs / xfs_ialloc.h
index c5745f6..ccf554a 100644 (file)
@@ -56,7 +56,6 @@ static inline int xfs_ialloc_find_free(xfs_inofree_t *fp)
 }
 
 
-#ifdef __KERNEL__
 /*
  * Allocate an inode on disk.
  * Mode is used to tell whether the new inode will need space, and whether
@@ -174,6 +173,4 @@ int xfs_inobt_lookup_le(struct xfs_btree_cur *cur, xfs_agino_t ino,
 extern int xfs_inobt_get_rec(struct xfs_btree_cur *cur, xfs_agino_t *ino,
                             __int32_t *fcnt, xfs_inofree_t *free, int *stat);
 
-#endif /* __KERNEL__ */
-
 #endif /* __XFS_IALLOC_H__ */