summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src/posix-handle.h
diff options
context:
space:
mode:
authorvmallika <vmallika@redhat.com>2015-08-07 15:51:53 +0530
committerRaghavendra G <rgowdapp@redhat.com>2015-08-13 03:43:51 -0700
commitfb4955b796ab2f3236e00686ecc99e792f9c0f8b (patch)
tree5a225e960d22c7d228d85ff120c8789545ced72b /xlators/storage/posix/src/posix-handle.h
parent15796b3d3efb998bdb5413ac0ad1af1903cae493 (diff)
posix: posix_make_ancestryfromgfid shouldn't log ENOENT
posix_make_ancestryfromgfid shouldn't log ENOENT and it should set proper op_errno Change-Id: I8a87f30bc04d33cab06c91c74baa9563a1c7b45d BUG: 1251449 Signed-off-by: vmallika <vmallika@redhat.com> Reviewed-on: http://review.gluster.org/11861 Tested-by: NetBSD Build System <jenkins@build.gluster.org> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Manikandan Selvaganesh <mselvaga@redhat.com> Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'xlators/storage/posix/src/posix-handle.h')
-rw-r--r--xlators/storage/posix/src/posix-handle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix-handle.h b/xlators/storage/posix/src/posix-handle.h
index c26e301d5af..3dc8b9209f3 100644
--- a/xlators/storage/posix/src/posix-handle.h
+++ b/xlators/storage/posix/src/posix-handle.h
@@ -255,7 +255,7 @@ posix_make_ancestryfromgfid (xlator_t *this, char *path, int pathsize,
const size_t handle_size,
const char *priv_base_path,
inode_table_t *table, inode_t **parent,
- dict_t *xdata);
+ dict_t *xdata, int32_t *op_errno);
int
posix_handle_path_safe (xlator_t *this, uuid_t gfid, const char *basename,
char *buf, size_t len);