commit | 3d6b5c3b5c0b970ce8a9d3bac6854f5c0ce0295a | [log] [tgz] |
---|---|---|
author | Tsutomu Itoh <t-itoh@jp.fujitsu.com> | Thu Sep 06 00:18:10 2012 -0600 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Oct 01 15:19:14 2012 -0400 |
tree | aadfc9ad81660e5ef11121a4529213e8cd1062de | |
parent | f54fb859da53f04a443c5e3f4cb9b936ed42d227 [diff] |
Btrfs: check return value of ulist_alloc() properly ulist_alloc() has the possibility of returning NULL. So, it is necessary to check the return value. Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>