diff options
Diffstat (limited to 'xlators/features/locks/src/posix.c')
| -rw-r--r-- | xlators/features/locks/src/posix.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/locks/src/posix.c b/xlators/features/locks/src/posix.c index f085594243c..7c8ead8b383 100644 --- a/xlators/features/locks/src/posix.c +++ b/xlators/features/locks/src/posix.c @@ -825,7 +825,7 @@ out:  static void  pl_mark_eol_lock (posix_lock_t *lock)  { -        lock->user_flock.l_type = GF_LK_RECLK; +        lock->user_flock.l_type = GF_LK_EOL;          return;  }  | 
