diff options
| -rw-r--r-- | xlators/storage/posix/src/posix.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index eae299763bb..2abe9283513 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -3276,7 +3276,7 @@ posix_get_ancestry_non_directory (xlator_t *this, inode_t *leaf_inode,                                                        dirpath + priv->base_path_length,                                                        pathlen,                                                        head, -                                                      POSIX_ANCESTRY_PATH | POSIX_ANCESTRY_DENTRY, +                                                      type | POSIX_ANCESTRY_PATH,                                                        pgfid,                                                        handle_size,                                                        priv->base_path,  | 
