summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-internal.h
diff options
context:
space:
mode:
authorShyamsundarR <srangana@redhat.com>2019-02-05 20:44:28 -0500
committerAmar Tumballi <amarts@redhat.com>2019-02-07 12:21:43 +0000
commitddcb3c7438472072daa6fbe3f3b87067b6d7bc54 (patch)
treea81858e3aea4e0ec7e428cad4b4cb42268a0e6c5 /api/src/glfs-internal.h
parent539c3027d47959eb37e280807b731d3e37e8ac33 (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#1193929 Signed-off-by: ShyamsundarR <srangana@redhat.com>
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 */