Whamcloud - gitweb
LU-4082 llite: Chk ret of ll_prep_md_op_data in ll_dir_filler 73/8073/5
authorSwapnil Pimpale <spimpale@ddn.com>
Fri, 25 Oct 2013 12:20:11 +0000 (17:50 +0530)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 18 Nov 2013 12:36:35 +0000 (12:36 +0000)
commit869790802c78a41440533512549b96ad7d478428
tree842ff2e8a9bed293fb719545158aaace109533b0
parent2edc131c4d00809d0afd7606e503ebae6f0618d8
LU-4082 llite: Chk ret of ll_prep_md_op_data in ll_dir_filler

ll_dir_filler() now checks the returned pointer from
ll_prep_md_op_data() using IS_ERR()

Signed-off-by: Swapnil Pimpale <spimpale@ddn.com>
Change-Id: Ia4321db2ca9dddaa4487f62544de10239120bad3
Reviewed-on: http://review.whamcloud.com/8073
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Tested-by: Jenkins
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/llite/dir.c
lustre/llite/file.c