diff options
author | Christoph Hellwig <hch@lst.de> | 2019-06-28 19:27:35 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-06-28 19:27:35 -0700 |
commit | 9c5e7c2ae34bc8c261daf4dc536f2c7c64ed40ca (patch) | |
tree | 1c238d9f65cccccb826aa79c2199688919a1da46 /fs/xfs/xfs_extfree_item.h | |
parent | 95cf0e4a0ddc59f17eacfb4d06e0950ea5f624ca (diff) | |
download | linux-9c5e7c2ae34bc8c261daf4dc536f2c7c64ed40ca.tar.gz linux-9c5e7c2ae34bc8c261daf4dc536f2c7c64ed40ca.tar.bz2 linux-9c5e7c2ae34bc8c261daf4dc536f2c7c64ed40ca.zip |
xfs: merge xfs_efd_init into xfs_trans_get_efd
There is no good reason to keep these two functions separate.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/xfs_extfree_item.h')
-rw-r--r-- | fs/xfs/xfs_extfree_item.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_extfree_item.h b/fs/xfs/xfs_extfree_item.h index b0dc4ebe8892..16aaab06d4ec 100644 --- a/fs/xfs/xfs_extfree_item.h +++ b/fs/xfs/xfs_extfree_item.h @@ -79,8 +79,6 @@ extern struct kmem_zone *xfs_efi_zone; extern struct kmem_zone *xfs_efd_zone; xfs_efi_log_item_t *xfs_efi_init(struct xfs_mount *, uint); -xfs_efd_log_item_t *xfs_efd_init(struct xfs_mount *, xfs_efi_log_item_t *, - uint); int xfs_efi_copy_format(xfs_log_iovec_t *buf, xfs_efi_log_format_t *dst_efi_fmt); void xfs_efi_item_free(xfs_efi_log_item_t *); |