diff options
| -rw-r--r-- | fs/btrfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 36bc3f49ebf..c9bc0afdbfc 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
| @@ -2646,7 +2646,7 @@ int btrfs_unlink_inode(struct btrfs_trans_handle *trans, | |||
| 2646 | path = btrfs_alloc_path(); | 2646 | path = btrfs_alloc_path(); |
| 2647 | if (!path) { | 2647 | if (!path) { |
| 2648 | ret = -ENOMEM; | 2648 | ret = -ENOMEM; |
| 2649 | goto err; | 2649 | goto out; |
| 2650 | } | 2650 | } |
| 2651 | 2651 | ||
| 2652 | path->leave_spinning = 1; | 2652 | path->leave_spinning = 1; |
