From 427951b7f74c643d5b7c7c946bc348209b974274 Mon Sep 17 00:00:00 2001 From: ShyamsundarR Date: Tue, 8 May 2018 11:03:55 -0400 Subject: Revert "gfapi: return pre/post attributes from glfs_fsync/fdatasync" This reverts commit 09943beb499617212f2985ca8ea9ecd1ed1b470e. 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. Updates: bz#1575386 Change-Id: I3e0803c114dc6b9126d8a90f43812bca501e6338 --- api/src/gfapi.map | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/src/gfapi.map') diff --git a/api/src/gfapi.map b/api/src/gfapi.map index 03ecee811da..09de5fada3a 100644 --- a/api/src/gfapi.map +++ b/api/src/gfapi.map @@ -42,7 +42,9 @@ GFAPI_3.4.0 { glfs_lstat; glfs_stat; glfs_fstat; + glfs_fsync; glfs_fsync_async; + glfs_fdatasync; glfs_fdatasync_async; glfs_access; glfs_symlink; @@ -224,6 +226,4 @@ GFAPI_4.0.0 { glfs_recall_lease; glfs_pread; glfs_pwrite; - glfs_fsync; - glfs_fdatasync; } GFAPI_3.13.0; -- cgit