From 213f31bf9e72eee57a6579b66e259af8e59e9c67 Mon Sep 17 00:00:00 2001 From: Arjun Date: Tue, 4 Dec 2018 11:02:37 +0530 Subject: gfapi : making glfs_setattr/glfs_fsetattr as public Initially glfs_fsetattr and glfs_setattr, both functions accepted iatt as arguements but now they accept stat and later in the function the stat is being converted to iatt so that it can be passed to syncop_fsetattr/syncop_setattr. Change-Id: I41a9e0124785a32ca19ef4d492c5ed5002e66ede updates: #389 Signed-off-by: Arjun Sharma --- api/src/gfapi.map | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/src/gfapi.map') diff --git a/api/src/gfapi.map b/api/src/gfapi.map index 332af129d99..676cd9f6d60 100644 --- a/api/src/gfapi.map +++ b/api/src/gfapi.map @@ -262,5 +262,7 @@ GFAPI_future { glfs_discard_async; glfs_zerofill_async; glfs_copy_file_range; + glfs_setattr; + glfs_fsetattr; } GFAPI_PRIVATE_future; -- cgit