diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/tree-log.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 81e407d9677a..4ec41ecb4d65 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c | |||
@@ -3435,7 +3435,8 @@ static int btrfs_log_inode(struct btrfs_trans_handle *trans, | |||
3435 | ret = btrfs_truncate_inode_items(trans, log, | 3435 | ret = btrfs_truncate_inode_items(trans, log, |
3436 | inode, 0, 0); | 3436 | inode, 0, 0); |
3437 | } else { | 3437 | } else { |
3438 | fast_search = true; | 3438 | if (inode_only == LOG_INODE_ALL) |
3439 | fast_search = true; | ||
3439 | max_key.type = BTRFS_XATTR_ITEM_KEY; | 3440 | max_key.type = BTRFS_XATTR_ITEM_KEY; |
3440 | ret = drop_objectid_items(trans, log, path, ino, | 3441 | ret = drop_objectid_items(trans, log, path, ino, |
3441 | BTRFS_XATTR_ITEM_KEY); | 3442 | BTRFS_XATTR_ITEM_KEY); |