aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ialloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_ialloc.h')
-rw-r--r--fs/xfs/xfs_ialloc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/xfs/xfs_ialloc.h b/fs/xfs/xfs_ialloc.h
index 666a037398d..65ac57c8063 100644
--- a/fs/xfs/xfs_ialloc.h
+++ b/fs/xfs/xfs_ialloc.h
@@ -47,15 +47,6 @@ xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o)
47} 47}
48 48
49/* 49/*
50 * Find a free (set) bit in the inode bitmask.
51 */
52static inline int xfs_ialloc_find_free(xfs_inofree_t *fp)
53{
54 return xfs_lowbit64(*fp);
55}
56
57
58/*
59 * Allocate an inode on disk. 50 * Allocate an inode on disk.
60 * Mode is used to tell whether the new inode will need space, and whether 51 * Mode is used to tell whether the new inode will need space, and whether
61 * it is a directory. 52 * it is a directory.