From 4d195fb92fed43ab7ca9d1568432913e4dbeef0e Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Mon, 24 May 2010 14:16:17 +0000 Subject: features/locks: Use fuse supplied lock owner even for internal locks. Signed-off-by: Pavan Vilas Sondur Signed-off-by: Anand V. Avati BUG: 934 (md5sum mismatch when files are transferred using vsftpd) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=934 --- xlators/features/locks/src/inodelk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/locks/src/inodelk.c') diff --git a/xlators/features/locks/src/inodelk.c b/xlators/features/locks/src/inodelk.c index f8afe6ab56e..592d14e0876 100644 --- a/xlators/features/locks/src/inodelk.c +++ b/xlators/features/locks/src/inodelk.c @@ -570,7 +570,7 @@ pl_common_inodelk (call_frame_t *frame, xlator_t *this, transport = frame->root->trans; client_pid = frame->root->pid; - owner = (uint64_t) (long)frame->root; + owner = frame->root->lk_owner; pinode = pl_inode_get (this, inode); if (!pinode) { -- cgit