aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_lowlevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r--include/fuse_lowlevel.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index cf1fe0c..ede1307 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -749,9 +749,10 @@ struct fuse_lowlevel_ops {
* Acquire, modify or release a POSIX file lock
*
* For POSIX threads (NPTL) there's a 1-1 relation between pid and
- * owner, but this is not always the case. For checking lock
- * ownership, 'owner' must be used. The l_pid field in 'struct
- * flock' should only be used to fill in this field in getlk().
+ * owner, but otherwise this is not always the case. For checking
+ * lock ownership, 'owner' must be used. The l_pid field in
+ * 'struct flock' should only be used to fill in this field in
+ * getlk().
*
* Valid replies:
* fuse_reply_err