Whamcloud - gitweb
LU-3063 osc: Check return code for lu_kmem_init
authorKeith Mannthey <keith.mannthey@intel.com>
Sat, 1 Jun 2013 03:06:30 +0000 (20:06 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 13 Jun 2013 23:26:31 +0000 (19:26 -0400)
commit19242e5557c71346597f2ebb4509c9c25e7a0113
tree78750b000cfb14391f9c6d15abfd6bc7308bc91f
parentc2d2bf1a48532ef585b4aab6bc164b929becf941
LU-3063 osc: Check return code for lu_kmem_init

lu_kmem_init can fail and returns has a return code.
Check for this return code in lu_kmem_init.

This issue was found during 2gb VM Racer testing

Signed-off-by: Keith Mannthey <keith.mannthey@intel.com>
Change-Id: I4ca9d5bae212591d5109b2053940161f9e28baeb
Reviewed-on: http://review.whamcloud.com/6514
Tested-by: Hudson
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/osc/osc_request.c