r=shaver
libluster send a special flag when connecting to server(mds/ost), which
will be recorded. thus liblustre will not be evicted when AST timeout.
export = req->rq_export = class_conn2export(&conn);
LASSERT(export != NULL);
+ /* request from liblustre? */
+ if (lustre_msg_get_op_flags(req->rq_reqmsg) | MSG_CONNECT_LIBCLIENT)
+ export->exp_libclient = 1;
+
if (req->rq_connection != NULL)
ptlrpc_put_connection(req->rq_connection);
if (export->exp_connection != NULL)