Whamcloud - gitweb
LU-2781 mdt: initialize mti_spec.sp_rm_entry
authorJohn L. Hammond <john.hammond@intel.com>
Tue, 26 Feb 2013 05:08:12 +0000 (23:08 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 27 Feb 2013 02:21:35 +0000 (21:21 -0500)
commit400324a4307934956cad0e9ace95bc500e903463
tree1586c837b4c7936ed2fbd35dbc7ce9dfc9779f47
parent7136981bfaad8b95e15e9d2969b94c933491eb98
LU-2781 mdt: initialize mti_spec.sp_rm_entry

Prevent previous assignments to mti_spec.sp_rm_entry from affecting
the current operation by setting it to 0 in mdt_thread_info_init().

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: Iee41cd0e48718338d83b62e0610bd5d23d80dc47
Reviewed-on: http://review.whamcloud.com/5327
Reviewed-by: Niu Yawei <yawei.niu@intel.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdt/mdt_handler.c
lustre/tests/sanityn.sh