diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_buf.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_buf.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c index 049f87116174..c60e69431e11 100644 --- a/fs/xfs/linux-2.6/xfs_buf.c +++ b/fs/xfs/linux-2.6/xfs_buf.c | |||
@@ -1563,16 +1563,6 @@ xfs_free_buftarg( | |||
1563 | kmem_free(btp, sizeof(*btp)); | 1563 | kmem_free(btp, sizeof(*btp)); |
1564 | } | 1564 | } |
1565 | 1565 | ||
1566 | void | ||
1567 | xfs_incore_relse( | ||
1568 | xfs_buftarg_t *btp, | ||
1569 | int delwri_only, | ||
1570 | int wait) | ||
1571 | { | ||
1572 | invalidate_bdev(btp->pbr_bdev, 1); | ||
1573 | truncate_inode_pages(btp->pbr_mapping, 0LL); | ||
1574 | } | ||
1575 | |||
1576 | STATIC int | 1566 | STATIC int |
1577 | xfs_setsize_buftarg_flags( | 1567 | xfs_setsize_buftarg_flags( |
1578 | xfs_buftarg_t *btp, | 1568 | xfs_buftarg_t *btp, |