diff options
| -rw-r--r-- | fs/btrfs/tree-log.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 425014bdc6ac..2017d0ff511c 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c | |||
| @@ -2667,6 +2667,8 @@ static int drop_objectid_items(struct btrfs_trans_handle *trans, | |||
| 2667 | btrfs_release_path(path); | 2667 | btrfs_release_path(path); |
| 2668 | } | 2668 | } |
| 2669 | btrfs_release_path(path); | 2669 | btrfs_release_path(path); |
| 2670 | if (ret > 0) | ||
| 2671 | ret = 0; | ||
| 2670 | return ret; | 2672 | return ret; |
| 2671 | } | 2673 | } |
| 2672 | 2674 | ||
