commit | b8a13d039cbf7aec3b486fc0ae3996a5449afed2 | [log] [tgz] |
---|---|---|
author | Weston Andros Adamson <dros@netapp.com> | Tue Oct 23 10:43:43 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Nov 04 14:43:42 2012 -0500 |
tree | 50a84f56c785e8d73322e90317d6c9d3f895a6fe | |
parent | 18e624ad0374f3b1092530f978301611f88e45b3 [diff] |
SUNRPC: remove BUG_ON from bc_malloc Replace BUG_ON() with WARN_ON_ONCE() and NULL return - the caller will handle this like a memory allocation failure. Signed-off-by: Weston Andros Adamson <dros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>