diff options
Diffstat (limited to 'fs/btrfs/tree-log.c')
| -rw-r--r-- | fs/btrfs/tree-log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index f4d81c06d48f..3568374d419d 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c | |||
| @@ -1031,7 +1031,7 @@ static noinline int fixup_inode_link_count(struct btrfs_trans_handle *trans, | |||
| 1031 | } | 1031 | } |
| 1032 | btrfs_release_path(path); | 1032 | btrfs_release_path(path); |
| 1033 | if (nlink != inode->i_nlink) { | 1033 | if (nlink != inode->i_nlink) { |
| 1034 | inode->i_nlink = nlink; | 1034 | set_nlink(inode, nlink); |
| 1035 | btrfs_update_inode(trans, root, inode); | 1035 | btrfs_update_inode(trans, root, inode); |
| 1036 | } | 1036 | } |
| 1037 | BTRFS_I(inode)->index_cnt = (u64)-1; | 1037 | BTRFS_I(inode)->index_cnt = (u64)-1; |
