summaryrefslogtreecommitdiff
path: root/libfshelp/fshelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfshelp/fshelp.h')
-rw-r--r--libfshelp/fshelp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h
index 91bbfe50..94f7f597 100644
--- a/libfshelp/fshelp.h
+++ b/libfshelp/fshelp.h
@@ -295,7 +295,9 @@ error_t fshelp_rlock_po_init (struct rlock_peropen *po)
#endif /* Use extern inlines. */
-/* Release all of the locks held by a given peropen. */
+/* Release all of the locks held by a given peropen.
+ The mutex held during fshelp_rlock_tweak calls should be also held
+ whenver this is called. */
error_t fshelp_rlock_drop_peropen (struct rlock_peropen *po);
/* Drop the peropen identifier */