Btrfs: fix missing check about ulist_add() in qgroup.c
authorWang Shilong <[email protected]>
Wed, 17 Apr 2013 14:00:36 +0000 (14:00 +0000)
committerJosef Bacik <[email protected]>
Mon, 6 May 2013 19:54:58 +0000 (15:54 -0400)
commit3c97185c65858d23bc02492fbd27733f1f11ea83
treea421b1612172efe99d1471342a5535cb0494f6aa
parent70023da276ed7a46201e7b0d3168b005ad82fecb
Btrfs: fix missing check about ulist_add() in qgroup.c

ulist_add() may return -ENOMEM, fix missing check about
return value.

Signed-off-by: Wang Shilong <[email protected]>
Signed-off-by: Josef Bacik <[email protected]>
fs/btrfs/qgroup.c