From 16873e16f3fdfe7f83ca919ad188075eebb5dd7c Mon Sep 17 00:00:00 2001 From: ShyamsundarR Date: Tue, 8 May 2018 11:06:15 -0400 Subject: Revert "gfapi: return pre/post attributes from glfs_pread/pwrite" This reverts commit d01f7244e9d9f7e3ef84e0ba7b48ef1b1b09d809. 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 posix-entry-ops.c which was using the new syncop signature Updates: bz#1575386 Change-Id: I35222dadc4a2e97010bc1e6b97b6f83583c311f6 --- 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 09de5fada3a..75ca2645988 100644 --- a/api/src/gfapi.map +++ b/api/src/gfapi.map @@ -30,6 +30,8 @@ GFAPI_3.4.0 { glfs_writev; glfs_readv_async; glfs_writev_async; + glfs_pread; + glfs_pwrite; glfs_pread_async; glfs_pwrite_async; glfs_preadv; @@ -224,6 +226,4 @@ GFAPI_4.0.0 { glfs_lease; glfs_h_lease; glfs_recall_lease; - glfs_pread; - glfs_pwrite; } GFAPI_3.13.0; -- cgit