diff options
author | Raghavendra Bhat <raghavendra@redhat.com> | 2018-05-04 12:25:48 -0400 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-05-18 04:19:32 +0000 |
commit | c2cf3f686f3ea0efd936d2eafc404fc9d2e0acc7 (patch) | |
tree | 05cf07ba57fa8510d698e6f9c049146aa98b5c3e /xlators/storage/posix/src/posix-gfid-path.h | |
parent | 7588be808db3fcfda337971990f02d2ebccba3d7 (diff) |
make posix return errors when gfid2path key is absent
Change-Id: I3a8d452d00560dac5e0b7ff0b1835d1f20a59f91
updates: bz#1570962
Signed-off-by: Raghavendra Bhat <raghavendra@redhat.com>
Diffstat (limited to 'xlators/storage/posix/src/posix-gfid-path.h')
-rw-r--r-- | xlators/storage/posix/src/posix-gfid-path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/storage/posix/src/posix-gfid-path.h b/xlators/storage/posix/src/posix-gfid-path.h index ac3d03e14c3..59799125bbb 100644 --- a/xlators/storage/posix/src/posix-gfid-path.h +++ b/xlators/storage/posix/src/posix-gfid-path.h @@ -13,6 +13,7 @@ #include "xlator.h" #include "common-utils.h" +#include "compat-errno.h" #define MAX_GFID2PATH_LINK_SUP 500 |