]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
btrfs: check_int: propagate out-of-memory error upwards
authorStefan Behrens <sbehrens@giantdisaster.de>
Fri, 9 May 2014 13:28:07 +0000 (15:28 +0200)
committerChris Mason <clm@fb.com>
Tue, 10 Jun 2014 00:20:21 +0000 (17:20 -0700)
commit98806b446db8f15e83b59d065dae62901138e5cb
tree54d9b9843f7731b435f384f29dccb42b9167f491
parent61391d562229ed94899ed4b4973dc2f0c015292a
btrfs: check_int: propagate out-of-memory error upwards

This issue was not causing any harm but IMO (and in the opinion of the
static code checker) it is better to propagate this error status upwards.

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/check-integrity.c