diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/features/snapview-server/src/snapview-server.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/snapview-server/src/snapview-server.c b/xlators/features/snapview-server/src/snapview-server.c index 87ba447e2d7..b7c04bafec7 100644 --- a/xlators/features/snapview-server/src/snapview-server.c +++ b/xlators/features/snapview-server/src/snapview-server.c @@ -288,7 +288,7 @@ svs_lookup_entry (xlator_t *this, loc_t *loc, struct iatt *buf,          fs = parent_ctx->fs;          object = glfs_h_lookupat (fs, parent_object, loc->name, -                                  &statbuf); +                                  &statbuf, 0);          if (!object) {                  gf_log (this->name, GF_LOG_DEBUG, "failed to do lookup and "                          "get the handle for entry %s (path: %s)", loc->name,  | 
