diff options
-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 |