summaryrefslogtreecommitdiff
path: root/libnetfs/netfs.h
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2001-01-30 00:40:23 +0000
committerMarcus Brinkmann <marcus@gnu.org>2001-01-30 00:40:23 +0000
commita9947c232ecddc42551b144f119ac3b46a608d2a (patch)
tree33d026b5bf62e43f5d0f2fa0c91d7f3382689b5e /libnetfs/netfs.h
parent51fec467c4b771db8ffc6a10a07dbf781a905482 (diff)
2001-01-30 Neal H Walfield <neal@cs.uml.edu>
* netfs.h: Fix comment for netfs_nref (finally).
Diffstat (limited to 'libnetfs/netfs.h')
-rw-r--r--libnetfs/netfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libnetfs/netfs.h b/libnetfs/netfs.h
index 12d95bd1..a3ba5203 100644
--- a/libnetfs/netfs.h
+++ b/libnetfs/netfs.h
@@ -357,7 +357,8 @@ struct protid *netfs_make_protid (struct peropen *po, struct iouser *user);
struct peropen *netfs_make_peropen (struct node *, int,
struct peropen *context);
-/* Add a reference to node NP, which must be locked by the caller. */
+/* Add a reference to node NP. Unless you already hold a reference,
+ NP must be locked. */
void netfs_nref (struct node *np);
/* Releases a node. Drops a reference to node NP, which must not be