Whamcloud - gitweb
Split ldlm_namespace_free into ldlm_namespace_free and _cleanup. Cleanup
authorpschwan <pschwan>
Thu, 17 Oct 2002 22:43:52 +0000 (22:43 +0000)
committerpschwan <pschwan>
Thu, 17 Oct 2002 22:43:52 +0000 (22:43 +0000)
commitc841ba365ff9ecce40de8098213d97925bd41347
tree5333234720d0eb2bea7fd57ed8f8d1f56f72799d
parent05e1e6471da17122d46a85594b39efa449746dee
Split ldlm_namespace_free into ldlm_namespace_free and _cleanup.  Cleanup
will just discard all locks and resources.

This is not quite finished, because it needs to also wake up people who
were sleeping on these locks (and cause EIO or similar) before it can free
them.
lustre/include/linux/lustre_dlm.h
lustre/ldlm/ldlm_lockd.c
lustre/ldlm/ldlm_resource.c