diff options
| author | Kinglong Mee <mijinlong@open-fs.com> | 2018-01-18 15:51:18 +0800 | 
|---|---|---|
| committer | Amar Tumballi <amarts@redhat.com> | 2018-02-12 21:34:46 +0000 | 
| commit | 09943beb499617212f2985ca8ea9ecd1ed1b470e (patch) | |
| tree | 49e9f10bfbb66f4ea52f0a9ed3392d9fb69c072b /xlators/mount | |
| parent | d01f7244e9d9f7e3ef84e0ba7b48ef1b1b09d809 (diff) | |
gfapi: return pre/post attributes from glfs_fsync/fdatasync
Updates: #389
Change-Id: I4153df72d5eeecefa7579170899db4c340128bea
Signed-off-by: Kinglong Mee <mijinlong@open-fs.com>
Diffstat (limited to 'xlators/mount')
| -rw-r--r-- | xlators/mount/fuse/src/fuse-bridge.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index 2ffaaf2528b..076fbfddaf8 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -4604,7 +4604,8 @@ fuse_migrate_fd (xlator_t *this, fd_t *basefd, xlator_t *old_subvol,                          ret = syncop_fsyncdir (old_subvol, oldfd, 0, NULL,                                                 NULL);                  else -                        ret = syncop_fsync (old_subvol, oldfd, 0, NULL, NULL); +                        ret = syncop_fsync (old_subvol, oldfd, 0, NULL, NULL, +                                            NULL, NULL);                  if (ret < 0) {                          gf_log ("glusterfs-fuse", GF_LOG_WARNING,  | 
