diff options
Diffstat (limited to 'fs/btrfs/transaction.c')
-rw-r--r-- | fs/btrfs/transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index 56ab1f5ea11b..8a08f9443340 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c | |||
@@ -800,7 +800,7 @@ static noinline int finish_pending_snapshot(struct btrfs_fs_info *fs_info, | |||
800 | 800 | ||
801 | parent_inode = pending->dentry->d_parent->d_inode; | 801 | parent_inode = pending->dentry->d_parent->d_inode; |
802 | parent_root = BTRFS_I(parent_inode)->root; | 802 | parent_root = BTRFS_I(parent_inode)->root; |
803 | trans = btrfs_start_transaction(parent_root, 1); | 803 | trans = btrfs_join_transaction(parent_root, 1); |
804 | 804 | ||
805 | /* | 805 | /* |
806 | * insert the directory item | 806 | * insert the directory item |