X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_dfrag.h;h=da178205be689210ba520b9ec8c80d5bd584e04f;hb=ce6754235b423610e91f5300e1555c2e4ee1c03a;hp=f678559abc45ce1240af76a18ccc0765542fd69c;hpb=ba77df570c6710c9c19b31e0e48e4bcdf31cefe8;p=~andy%2Flinux diff --git a/fs/xfs/xfs_dfrag.h b/fs/xfs/xfs_dfrag.h index f678559abc4..da178205be6 100644 --- a/fs/xfs/xfs_dfrag.h +++ b/fs/xfs/xfs_dfrag.h @@ -48,6 +48,9 @@ typedef struct xfs_swapext */ int xfs_swapext(struct xfs_swapext __user *sx); +int xfs_swap_extents(struct xfs_inode *ip, struct xfs_inode *tip, + struct xfs_swapext *sxp); + #endif /* __KERNEL__ */ #endif /* __XFS_DFRAG_H__ */