aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/xfs/xfs_inode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
index daafa1f6d260..b7064f20de7f 100644
--- a/fs/xfs/xfs_inode.c
+++ b/fs/xfs/xfs_inode.c
@@ -2790,8 +2790,8 @@ xfs_rename(
2790{ 2790{
2791 xfs_trans_t *tp = NULL; 2791 xfs_trans_t *tp = NULL;
2792 xfs_mount_t *mp = src_dp->i_mount; 2792 xfs_mount_t *mp = src_dp->i_mount;
2793 int new_parent; /* moving to a new dir */ 2793 bool new_parent; /* moving to a new dir */
2794 int src_is_directory; /* src_name is a directory */ 2794 bool src_is_directory; /* src_name is a directory */
2795 int error; 2795 int error;
2796 xfs_bmap_free_t free_list; 2796 xfs_bmap_free_t free_list;
2797 xfs_fsblock_t first_block; 2797 xfs_fsblock_t first_block;