X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_extfree_item.h;h=a32c794a86b7b48761aac60fe598a6f8876d63f1;hb=787ad90332b3573d502a6c1aff52f708ca141976;hp=8fa8651705e1dc33bb84f1234b411aca9c73ef76;hpb=0a3579e39dd0412b3ff932e32ae7a22a604200f0;p=deliverable%2Flinux.git diff --git a/fs/xfs/xfs_extfree_item.h b/fs/xfs/xfs_extfree_item.h index 8fa8651705e1..a32c794a86b7 100644 --- a/fs/xfs/xfs_extfree_item.h +++ b/fs/xfs/xfs_extfree_item.h @@ -98,4 +98,7 @@ int xfs_efi_copy_format(xfs_log_iovec_t *buf, void xfs_efi_item_free(xfs_efi_log_item_t *); void xfs_efi_release(struct xfs_efi_log_item *); +int xfs_efi_recover(struct xfs_mount *mp, + struct xfs_efi_log_item *efip); + #endif /* __XFS_EXTFREE_ITEM_H__ */