]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/net/9p/transport.h
9p: typo fixes and minor cleanups
[mv-sheeva.git] / include / net / 9p / transport.h
index 8f08c736c4c3c22a86988c89c9f5fec77e68ff7b..d8549fb9c742209369f324db5953fd5904aa36dd 100644 (file)
@@ -41,6 +41,7 @@
  * @pref: Preferences of this transport
  * @def: set if this transport should be considered the default
  * @create: member function to create a new connection on this transport
+ * @close: member function to discard a connection on this transport
  * @request: member function to issue a request to the transport
  * @cancel: member function to cancel a request (if it hasn't been sent)
  *
@@ -48,7 +49,7 @@
  * transport module with the 9P core network module and used by the client
  * to instantiate a new connection on a transport.
  *
- * BUGS: the transport module list isn't protected.
+ * The transport module list is protected by v9fs_trans_lock.
  */
 
 struct p9_trans_module {