aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r--fs/btrfs/transaction.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h
index ffe7f639732b..ea292117f882 100644
--- a/fs/btrfs/transaction.h
+++ b/fs/btrfs/transaction.h
@@ -66,9 +66,9 @@ static inline void btrfs_set_trans_block_group(struct btrfs_trans_handle *trans,
66 trans->block_group = BTRFS_I(inode)->block_group; 66 trans->block_group = BTRFS_I(inode)->block_group;
67} 67}
68 68
69static inline void btrfs_update_inode_block_group(struct 69static inline void btrfs_update_inode_block_group(
70 btrfs_trans_handle *trans, 70 struct btrfs_trans_handle *trans,
71 struct inode *inode) 71 struct inode *inode)
72{ 72{
73 BTRFS_I(inode)->block_group = trans->block_group; 73 BTRFS_I(inode)->block_group = trans->block_group;
74} 74}