From acaea514b6c31099e657224adb116a96070d51a2 Mon Sep 17 00:00:00 2001 From: ShyamsundarR Date: Tue, 8 May 2018 11:02:25 -0400 Subject: Revert "gfapi: return pre/post attributes from glfs_ftruncate" This reverts commit 248152767b0599986bbb6bb35fc27197f6be6964. This is being reverted as the API signatures should adapt to a statx like structure, and also all APIs that need to return pre/post attrs are not complete. As a result, instead of fixing up part of the APIs and then refixing the same in a later release, removing these set of fixes from the branch. Additionally fixed up cloudsync.c code that was using the new syncop signature. Updates: bz#1575386 Change-Id: Idb59d20666c0d7b0c83e7fdc31dd68b8c7db9550 --- api/src/gfapi.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/src/gfapi.map') diff --git a/api/src/gfapi.map b/api/src/gfapi.map index 1e5bee17d9f..03ecee811da 100644 --- a/api/src/gfapi.map +++ b/api/src/gfapi.map @@ -37,6 +37,7 @@ GFAPI_3.4.0 { glfs_preadv_async; glfs_pwritev_async; glfs_lseek; + glfs_ftruncate; glfs_ftruncate_async; glfs_lstat; glfs_stat; @@ -225,5 +226,4 @@ GFAPI_4.0.0 { glfs_pwrite; glfs_fsync; glfs_fdatasync; - glfs_ftruncate; } GFAPI_3.13.0; -- cgit