[XFS] add XFS_INOBT_IS_FREE_DISK
SGI-PV: 928382 SGI-Modid: xfs-linux:xfs-kern:193778a Signed-off-by: Christoph Hellwig <hch@sgi.com> Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
committed by
Nathan Scott
parent
6add2c4288
commit
48fab6bf5f
@@ -1658,6 +1658,11 @@ xfs_inobt_is_free(xfs_inobt_rec_t *rp, int i)
|
||||
{
|
||||
return XFS_INOBT_IS_FREE(rp, i);
|
||||
}
|
||||
int
|
||||
xfs_inobt_is_free_disk(xfs_inobt_rec_t *rp, int i)
|
||||
{
|
||||
return XFS_INOBT_IS_FREE_DISK(rp, i);
|
||||
}
|
||||
#endif
|
||||
|
||||
#if XFS_WANT_FUNCS_C || (XFS_WANT_SPACE_C && XFSSO_XFS_INOBT_IS_LAST_REC)
|
||||
|
Reference in New Issue
Block a user