ocfs2: Negotiate locking protocol versions.
[sfrench/cifs-2.6.git] / include / net / 9p / conn.h
index 583b6a2cb3df17f0d806bad4d4d3f589095b9966..756d8784f953969499004823255c68bfd28c2037 100644 (file)
@@ -42,8 +42,8 @@ struct p9_req;
  */
 typedef void (*p9_conn_req_callback)(struct p9_req *req, void *a);
 
-struct p9_conn *p9_conn_create(struct p9_transport *trans, int msize,
-       unsigned char *dotu);
+struct p9_conn *p9_conn_create(struct p9_trans *trans, int msize,
+                                                       unsigned char *dotu);
 void p9_conn_destroy(struct p9_conn *);
 int p9_conn_rpc(struct p9_conn *m, struct p9_fcall *tc, struct p9_fcall **rc);