[XFS] remove xfs_incore_relse
SGI-PV: 936977 SGI-Modid: xfs-linux:xfs-kern:193409a 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
66f58d236f
commit
8401e9631c
@@ -1563,16 +1563,6 @@ xfs_free_buftarg(
|
||||
kmem_free(btp, sizeof(*btp));
|
||||
}
|
||||
|
||||
void
|
||||
xfs_incore_relse(
|
||||
xfs_buftarg_t *btp,
|
||||
int delwri_only,
|
||||
int wait)
|
||||
{
|
||||
invalidate_bdev(btp->pbr_bdev, 1);
|
||||
truncate_inode_pages(btp->pbr_mapping, 0LL);
|
||||
}
|
||||
|
||||
STATIC int
|
||||
xfs_setsize_buftarg_flags(
|
||||
xfs_buftarg_t *btp,
|
||||
|
Reference in New Issue
Block a user