Whamcloud - gitweb
if client_disconnect_export was called without force flag set,
authorshadow <shadow>
Thu, 13 Dec 2007 10:20:23 +0000 (10:20 +0000)
committershadow <shadow>
Thu, 13 Dec 2007 10:20:23 +0000 (10:20 +0000)
commit910aa03b1c3e32ca144becbef6df105374a46641
tree917a59d41751007ea6fc5aef3c71de2356e647b1
parent608ddd6aa17b1955d0ba56b910020bcebed81b77
  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_lib.c
lustre/obdclass/obd_mount.c
lustre/ptlrpc/client.c
lustre/ptlrpc/import.c