From 08bad02bba6d934cc03d50c0bbcce2370ec66416 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Wed, 19 Sep 2012 13:36:25 +0530 Subject: syncop: Implement access fop Change-Id: I959144451790d7e47ae48564923d324451a9db23 BUG: 858602 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/3958 Tested-by: Gluster Build System 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 7d0d383b..4da771df 100644 --- a/libglusterfs/src/syncop.h +++ b/libglusterfs/src/syncop.h @@ -258,4 +258,5 @@ 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); +int syncop_access (xlator_t *subvol, loc_t *loc, int32_t mask); #endif /* _SYNCOP_H */ -- cgit