xfs: clean up inconsistent variable naming in xfs_swap_extent
[firefly-linux-kernel-4.4.55.git] / fs / xfs / xfs_dfrag.h
index da178205be689210ba520b9ec8c80d5bd584e04f..20bdd935c121336736ea83e00bbe487fda3ad12a 100644 (file)
@@ -46,10 +46,7 @@ typedef struct xfs_swapext
 /*
  * Syscall interface for 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);
+int    xfs_swapext(struct xfs_swapext *sx);
 
 #endif /* __KERNEL__ */