summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src/posix.c
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2012-09-26 11:37:31 +0530
committerAnand Avati <avati@redhat.com>2012-10-11 18:10:06 -0700
commitdde806643b736d9c24b4c62ac6826a02929ec4a5 (patch)
tree2908e58518eac774c64c1d0b62a6db39d5b0daa5 /xlators/storage/posix/src/posix.c
parent10c1a9c26e97ad363da84675ac22c4fb6420d28f (diff)
storage/posix: remove dependency on loc->path in posix_lookup()
Change-Id: I0a3bc8650d9ff83977be696aa5caf9c7570197fd Signed-off-by: Amar Tumballi <amarts@redhat.com> BUG: 781318 Reviewed-on: http://review.gluster.org/3997 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/storage/posix/src/posix.c')
-rw-r--r--xlators/storage/posix/src/posix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c
index cff2041f..86c35f44 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 */