diff options
-rw-r--r-- | xlators/features/locks/src/entrylk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/features/locks/src/entrylk.c b/xlators/features/locks/src/entrylk.c index 603e73da0..ffdac7076 100644 --- a/xlators/features/locks/src/entrylk.c +++ b/xlators/features/locks/src/entrylk.c @@ -591,7 +591,6 @@ pl_common_entrylk (call_frame_t *frame, xlator_t *this, void * transport = NULL; pid_t pid = -1; - uint64_t owner = -1; pl_inode_t * pinode = NULL; int ret = -1; @@ -619,7 +618,6 @@ pl_common_entrylk (call_frame_t *frame, xlator_t *this, entrylk_trace_in (this, frame, volume, fd, loc, basename, cmd, type); pid = frame->root->pid; - owner = (uint64_t)(long) frame->root; transport = frame->root->trans; if (pid == 0) { |