From ca21f6bff47ae0ee564ee4ebbba04da3b0ff2128 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 4 Sep 2012 21:13:32 +0530 Subject: libglusterfs: Implementation of syncop_fsyncdir Change-Id: I832b9c0bfbe804fbca98dc9e8fbe7d3174fecc82 BUG: 854326 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/3902 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Anand Avati --- libglusterfs/src/syncop.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/syncop.h') diff --git a/libglusterfs/src/syncop.h b/libglusterfs/src/syncop.h index 3aa3c1d01..7d0d383b7 100644 --- a/libglusterfs/src/syncop.h +++ b/libglusterfs/src/syncop.h @@ -257,4 +257,5 @@ int syncop_readlink (xlator_t *subvol, loc_t *loc, char **buffer, size_t size); int syncop_mknod (xlator_t *subvol, loc_t *loc, mode_t mode, dev_t rdev, dict_t *dict); int syncop_link (xlator_t *subvol, loc_t *oldloc, loc_t *newloc); +int syncop_fsyncdir (xlator_t *subvol, fd_t *fd, int datasync); #endif /* _SYNCOP_H */ -- cgit