Whamcloud - gitweb
Branch HEAD
authorbobijam <bobijam>
Thu, 24 Apr 2008 01:18:19 +0000 (01:18 +0000)
committerbobijam <bobijam>
Thu, 24 Apr 2008 01:18:19 +0000 (01:18 +0000)
commit3456ca0da189db41ea90b0a65d1a7de0304319dc
tree4a753618b7798d35c01898b5ea65ad423c2c00ae
parent93260636478b3e9cfb43ee97548265d6c86769f2
Branch HEAD
b=15191
i=wangdi, shadow

during liblustre test during

mgc_llog_init() (lustre/mgc/libmgc.c)
  llog_initiator_connect(ctxt)

while in liblustre lib, it is defined as an empty function only return 0, while
in kernel lib, it set the context's loc_imp. And this context's loc_imp is
required after in llog_client_create().

This fix defines llog_initiator_connect() in both lib (kernel version and
liblustre version)
lustre/ptlrpc/llog_net.c