Skip to content
Commit dac97e51 authored by Yoshinori Sano's avatar Yoshinori Sano Committed by root
Browse files

Btrfs: fix uncheck memory allocations



To make Btrfs code more robust, several return value checks where memory
allocation can fail are introduced. I use BUG_ON where I don't know how
to handle the error properly, which increases the number of using the
notorious BUG_ON, though.

Signed-off-by: default avatarYoshinori Sano <yoshinori.sano@gmail.com>
Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent c622ae60
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment