diff options
Diffstat (limited to 'xlators/features/locks/src/posix.c')
| -rw-r--r-- | xlators/features/locks/src/posix.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/features/locks/src/posix.c b/xlators/features/locks/src/posix.c index 1b691c0a878..ff9a3da1a2e 100644 --- a/xlators/features/locks/src/posix.c +++ b/xlators/features/locks/src/posix.c @@ -2294,7 +2294,6 @@ pl_lk (call_frame_t *frame, xlator_t *this,                  /* fall through */          case F_RESLK_LCK: -                memcpy (&reqlock->user_flock, flock, sizeof (struct gf_flock));                  reqlock->frame = frame;                  reqlock->this = this; @@ -2378,8 +2377,6 @@ pl_lk (call_frame_t *frame, xlator_t *this,                  reqlock->frame  = frame;                  reqlock->this   = this; -                memcpy (&reqlock->user_flock, flock, sizeof (struct gf_flock)); -                  pthread_mutex_lock (&pl_inode->mutex);                  {                          if (pl_inode->migrated) {  | 
