Whamcloud - gitweb
if client_disconnect_export was called without force flag set,
authorshadow <shadow>
Thu, 13 Dec 2007 09:37:10 +0000 (09:37 +0000)
committershadow <shadow>
Thu, 13 Dec 2007 09:37:10 +0000 (09:37 +0000)
commit60b3f96ff1fb98d056fe4bc5c1abf402fbda46ef
treeee7dc02d9f0a23527db734e11f24e0bb263351a0
parent8d7b52b382c608ef456c61274d1e7564b42ca092
if client_disconnect_export was called without force flag set,
and exist connect request in flight, this can produce access to
NULL pointer (or already free pointer) when connect_interpret
store ocd flags in obd_namespace.

b=14260
i=adilger
i=johann
lustre/ChangeLog
lustre/ldlm/ldlm_internal.h
lustre/ldlm/ldlm_lib.c
lustre/ldlm/ldlm_resource.c
lustre/obdclass/obd_mount.c
lustre/ptlrpc/client.c
lustre/ptlrpc/import.c