|
@@ -46,15 +46,6 @@ xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o)
|
|
|
(xfs_buf_offset(b, o << (mp)->m_sb.sb_inodelog));
|
|
|
}
|
|
|
|
|
|
-/*
|
|
|
- * Find a free (set) bit in the inode bitmask.
|
|
|
- */
|
|
|
-static inline int xfs_ialloc_find_free(xfs_inofree_t *fp)
|
|
|
-{
|
|
|
- return xfs_lowbit64(*fp);
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
/*
|
|
|
* Allocate an inode on disk.
|
|
|
* Mode is used to tell whether the new inode will need space, and whether
|