summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-internal.h
diff options
context:
space:
mode:
authorShyamsundarR <srangana@redhat.com>2019-02-05 20:44:28 -0500
committerShyamsundar Ranganathan <srangana@redhat.com>2019-02-08 15:47:36 +0000
commit352e203266e9ae845aeea139fba670e702c634ed (patch)
treed711d2bae56b2747b1faae22b79a8a9b62c67c46 /api/src/glfs-internal.h
parent8f6973e326543f66e06b5307d209e592cefab846 (diff)
api: Update all future API versions to rel-6
As release 6 is branched, all future APIs now become 6.0 This change implements the same. Change-Id: I6db368b4dc8585278ec11d4a411adcd04635de53 Updates: bz#1672818 Signed-off-by: ShyamsundarR <srangana@redhat.com> (cherry picked from commit ddcb3c7438472072daa6fbe3f3b87067b6d7bc54)
Diffstat (limited to 'api/src/glfs-internal.h')
-rw-r--r--api/src/glfs-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/src/glfs-internal.h b/api/src/glfs-internal.h
index 6ab28fffe55..40bbb8a9834 100644
--- a/api/src/glfs-internal.h
+++ b/api/src/glfs-internal.h
@@ -696,10 +696,10 @@ unset_fop_attr(dict_t **fop_attr);
int
glfs_statx(struct glfs *fs, const char *path, unsigned int mask,
- struct glfs_stat *statxbuf) GFAPI_PRIVATE(glfs_statx, future);
+ struct glfs_stat *statxbuf) GFAPI_PRIVATE(glfs_statx, 6.0);
void
glfs_iatt_from_statx(struct iatt *, const struct glfs_stat *)
- GFAPI_PRIVATE(glfs_iatt_from_statx, future);
+ GFAPI_PRIVATE(glfs_iatt_from_statx, 6.0);
#endif /* !_GLFS_INTERNAL_H */