From a9947c232ecddc42551b144f119ac3b46a608d2a Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 30 Jan 2001 00:40:23 +0000 Subject: 2001-01-30 Neal H Walfield * netfs.h: Fix comment for netfs_nref (finally). --- libnetfs/netfs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libnetfs/netfs.h') 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 -- cgit v1.2.3