Whamcloud - gitweb
Branch b1_6
authorbobijam <bobijam>
Tue, 8 Jul 2008 01:11:53 +0000 (01:11 +0000)
committerbobijam <bobijam>
Tue, 8 Jul 2008 01:11:53 +0000 (01:11 +0000)
commit2daa2297e275b226237bdf0df2c5100ba589c6ad
treebd4eed99c9cacd46f60d67ef79c6fc4b38f58a67
parent72d46224c582404ab3163cd05da735da9c8fb39f
Branch b1_6
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