diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2001-01-30 00:40:23 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2001-01-30 00:40:23 +0000 |
commit | a9947c232ecddc42551b144f119ac3b46a608d2a (patch) | |
tree | 33d026b5bf62e43f5d0f2fa0c91d7f3382689b5e | |
parent | 51fec467c4b771db8ffc6a10a07dbf781a905482 (diff) |
2001-01-30 Neal H Walfield <neal@cs.uml.edu>
* netfs.h: Fix comment for netfs_nref (finally).
-rw-r--r-- | libnetfs/ChangeLog | 4 | ||||
-rw-r--r-- | libnetfs/netfs.h | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index 77700170..625075a5 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,3 +1,7 @@ +2001-01-30 Neal H Walfield <neal@cs.uml.edu> + + * netfs.h: Fix comment for netfs_nref (finally). + 2001-01-14 Neal H Walfield <neal@cs.uml.edu> * netfs.h: Documentation fixes. 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 |