From 91762cd331d955f1378dd90af08b56aa15861ab4 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 29 Jun 2006 14:38:35 +0000 Subject: *** empty log message *** --- include/fuse_lowlevel.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/fuse_lowlevel.h') 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 -- cgit v1.2.3