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 4709932c62fb..a24a0ba523d6 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c | |||
@@ -5158,7 +5158,7 @@ process_leaf: | |||
5158 | } | 5158 | } |
5159 | 5159 | ||
5160 | ctx->log_new_dentries = false; | 5160 | ctx->log_new_dentries = false; |
5161 | if (type == BTRFS_FT_DIR) | 5161 | if (type == BTRFS_FT_DIR || type == BTRFS_FT_SYMLINK) |
5162 | log_mode = LOG_INODE_ALL; | 5162 | log_mode = LOG_INODE_ALL; |
5163 | btrfs_release_path(path); | 5163 | btrfs_release_path(path); |
5164 | ret = btrfs_log_inode(trans, root, di_inode, | 5164 | ret = btrfs_log_inode(trans, root, di_inode, |