From dde806643b736d9c24b4c62ac6826a02929ec4a5 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 26 Sep 2012 11:37:31 +0530 Subject: storage/posix: remove dependency on loc->path in posix_lookup() Change-Id: I0a3bc8650d9ff83977be696aa5caf9c7570197fd Signed-off-by: Amar Tumballi BUG: 781318 Reviewed-on: http://review.gluster.org/3997 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- xlators/storage/posix/src/posix.c | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators/storage') diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index cff2041f2..86c35f44f 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -105,7 +105,6 @@ posix_lookup (call_frame_t *frame, xlator_t *this, VALIDATE_OR_GOTO (frame, out); VALIDATE_OR_GOTO (this, out); VALIDATE_OR_GOTO (loc, out); - VALIDATE_OR_GOTO (loc->path, out); /* The Hidden directory should be for housekeeping purpose and it should not get any gfid on it */ -- cgit