diff options
Diffstat (limited to 'xlators/mount')
| -rw-r--r-- | xlators/mount/fuse/src/fuse-bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index e4e64dd4a96..5e208f36175 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -4620,7 +4620,7 @@ fuse_migrate_fd(xlator_t *this, fd_t *basefd, xlator_t *old_subvol, if (IA_ISDIR(oldfd->inode->ia_type)) ret = syncop_fsyncdir(old_subvol, oldfd, 0, NULL, NULL); else - ret = syncop_fsync(old_subvol, oldfd, 0, NULL, NULL, NULL, NULL); + ret = syncop_fsync(old_subvol, oldfd, 0, NULL, NULL); if (ret < 0) { gf_log("glusterfs-fuse", GF_LOG_WARNING, |
