diff options
Diffstat (limited to 'xlators/storage/posix/src/posix-helpers.c')
| -rw-r--r-- | xlators/storage/posix/src/posix-helpers.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/storage/posix/src/posix-helpers.c b/xlators/storage/posix/src/posix-helpers.c index d521d80e8aa..99be6366e11 100644 --- a/xlators/storage/posix/src/posix-helpers.c +++ b/xlators/storage/posix/src/posix-helpers.c @@ -3390,7 +3390,7 @@ posix_cs_maintenance (xlator_t *this, fd_t *fd, loc_t *loc, int *pfd,          } else {                  if (!loc->inode) {                          ret = 0; -                        goto unlock; +                        goto out;                  }                  LOCK (&loc->inode->lock); @@ -3450,6 +3450,6 @@ unlock:                  UNLOCK (&fd->inode->lock);          else                  UNLOCK (&loc->inode->lock); - +out:          return ret;  }  | 
