summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src/posix.h
diff options
context:
space:
mode:
authorAnuradha Talur <atalur@commvault.com>2018-11-20 13:15:26 -0800
committerSusant Palai <spalai@redhat.com>2019-04-10 09:11:15 +0000
commitdc06e4c408187afcc58ebd72386490ad1e58de03 (patch)
tree44cb31381fa1197cea914cdbc4d5575ec01ec45d /xlators/storage/posix/src/posix.h
parentd837b4518c3148752b2eb4d55d22f22c57aa96c2 (diff)
storage/posix: changes with respect to cloudsync
Main changes include logic to update iatt buf with file size from extended attributes in posix rather than having this logic in cloudsync xlator. Change-Id: I44f5f8df7a01e496372557fe2f4eff368dbdaa33 fixes: bz#1642168 Signed-off-by: Anuradha Talur <atalur@commvault.com>
Diffstat (limited to 'xlators/storage/posix/src/posix.h')
-rw-r--r--xlators/storage/posix/src/posix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/storage/posix/src/posix.h b/xlators/storage/posix/src/posix.h
index c40e6fd8136..e807d4a972e 100644
--- a/xlators/storage/posix/src/posix.h
+++ b/xlators/storage/posix/src/posix.h
@@ -663,4 +663,6 @@ posix_check_dev_file(xlator_t *this, inode_t *inode, char *fop, int *op_errno);
int
posix_spawn_ctx_janitor_thread(xlator_t *this);
+void
+posix_update_iatt_buf(struct iatt *buf, int fd, char *loc, dict_t *xdata);
#endif /* _POSIX_H */