aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ioctl.c')
-rw-r--r--fs/btrfs/ioctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c
index 8a8e29878c34..091c4d35671b 100644
--- a/fs/btrfs/ioctl.c
+++ b/fs/btrfs/ioctl.c
@@ -2526,9 +2526,9 @@ out_unlock:
2526 ASSERT(dest->send_in_progress == 0); 2526 ASSERT(dest->send_in_progress == 0);
2527 2527
2528 /* the last ref */ 2528 /* the last ref */
2529 if (dest->cache_inode) { 2529 if (dest->ino_cache_inode) {
2530 iput(dest->cache_inode); 2530 iput(dest->ino_cache_inode);
2531 dest->cache_inode = NULL; 2531 dest->ino_cache_inode = NULL;
2532 } 2532 }
2533 } 2533 }
2534out_dput: 2534out_dput: