Whamcloud - gitweb
b=23848 mdc_clear_open_replay_data() ASSERTION(mod != LP_POISON && mod != NULL)
authorVitaly Fertman <vitaly.fertman@oracle.com>
Fri, 10 Dec 2010 13:01:42 +0000 (16:01 +0300)
committerVitaly Fertman <vitaly.fertman@oracle.com>
Fri, 10 Dec 2010 23:52:55 +0000 (02:52 +0300)
commitdfff88032a23483b085e1677afefd4e313aab1f0
treec6ec93b1ac75a75afbdd74a384001b402f7c5a42
parent3fd829cf2fac14c75041d6ad825e627378466c0d
b=23848 mdc_clear_open_replay_data() ASSERTION(mod != LP_POISON && mod != NULL)

it is possible to have no md_open_data on close for some recovery cases.
also avoid ELC for recovery tests which rely on lost blocking AST rpc.
lustre/mdc/mdc_reint.c
lustre/mdc/mdc_request.c