summaryrefslogtreecommitdiffstats
path: root/xlators/features
diff options
context:
space:
mode:
authorPavan Sondur <pavan@gluster.com>2009-10-29 05:06:58 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-10-29 10:07:46 -0700
commit13e6947744e8a26d2380af200942fd4ed61fd845 (patch)
treec3d2f68a9420894e7f56b55a3da8b3dee4c79b31 /xlators/features
parentc770322ca4c9ccf50530d6a05ac4107fa1236f60 (diff)
Remove unnecessary check of xattr_req in lookup.
Signed-off-by: Pavan Vilas Sondur <pavan@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 306 (Enhance locks to aid debugging) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=306
Diffstat (limited to 'xlators/features')
-rw-r--r--xlators/features/locks/src/posix.c1
1 files changed, 0 insertions, 1 deletions
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) {