From 13e6947744e8a26d2380af200942fd4ed61fd845 Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Thu, 29 Oct 2009 05:06:58 +0000 Subject: Remove unnecessary check of xattr_req in lookup. Signed-off-by: Pavan Vilas Sondur Signed-off-by: Anand V. Avati BUG: 306 (Enhance locks to aid debugging) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=306 --- xlators/features/locks/src/posix.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xlators/features/locks/src/posix.c b/xlators/features/locks/src/posix.c index 21f1870b88a..c03fbbd865d 100644 --- a/xlators/features/locks/src/posix.c +++ b/xlators/features/locks/src/posix.c @@ -935,7 +935,6 @@ pl_lookup (call_frame_t *frame, VALIDATE_OR_GOTO (frame, out); VALIDATE_OR_GOTO (this, out); VALIDATE_OR_GOTO (loc, out); - VALIDATE_OR_GOTO (xattr_req, out); local = CALLOC (1, sizeof (*local)); if (!local) { -- cgit