Whamcloud - gitweb
Delete obd_self_export from exp_obd_chain while we are disconnecting exports
authoradilger <adilger>
Tue, 9 Mar 2004 20:06:10 +0000 (20:06 +0000)
committeradilger <adilger>
Tue, 9 Mar 2004 20:06:10 +0000 (20:06 +0000)
commit7fe1785451cda3b6978f3c2ff012154132769a7e
tree2088b876aa4c74d12b6201558b1068a8bc2fad64
parent2f9d025bb9acf8310072a113dff322905bf96508
Delete obd_self_export from exp_obd_chain while we are disconnecting exports
during a forced cleanup.  Otherwise, we will end up pointing to work_list,
which is on the stack, and a list_del_init() on exp_obd_chain will end up
stomping on some innocent variable on the stack, ending its already-short
life just a bit too early.
b=2908
r=robert
lustre/ChangeLog
lustre/obdclass/genops.c