Whamcloud - gitweb
Branch b1_8
authorbobijam <bobijam>
Tue, 8 Jul 2008 01:14:06 +0000 (01:14 +0000)
committerbobijam <bobijam>
Tue, 8 Jul 2008 01:14:06 +0000 (01:14 +0000)
commitfae8616c59828d582aa2ae58dab58436e49b9824
treeb14875e5a4be378577c55dca362460521900bef6
parenta3eb4727656dffb08d1d587ca07570bb6fb8fe48
Branch b1_8
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