diff options
| author | Raghavendra G <rgowdapp@redhat.com> | 2014-08-14 16:44:23 +0530 | 
|---|---|---|
| committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2014-10-20 07:55:22 -0700 | 
| commit | 0ebe35ead483071ac3ff4b5c3802f40b1c719c8e (patch) | |
| tree | e3f3f7c7337af298edf190b1e15a3da0f3cb4ff9 /libglusterfs/src/syncop.h | |
| parent | fcd256faa951f459e344ced46f0cc409a5bbc147 (diff) | |
libglusterfs/syncop: implement inodelk
Change-Id: Iea489157490b70cb2bb03576b0d4943c6d8f052d
BUG: 1139998
Signed-off-by: Raghavendra G <rgowdapp@redhat.com>
Reviewed-on: http://review.gluster.org/8522
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Reviewed-on: http://review.gluster.org/8680
Reviewed-by: N Balachandran <nbalacha@redhat.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'libglusterfs/src/syncop.h')
| -rw-r--r-- | libglusterfs/src/syncop.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfs/src/syncop.h b/libglusterfs/src/syncop.h index 4e14dc35335..b620e27ef24 100644 --- a/libglusterfs/src/syncop.h +++ b/libglusterfs/src/syncop.h @@ -396,4 +396,8 @@ int syncop_rename (xlator_t *subvol, loc_t *oldloc, loc_t *newloc);  int syncop_lk (xlator_t *subvol, fd_t *fd, int cmd, struct gf_flock *flock); +int +syncop_inodelk (xlator_t *subvol, const char *volume, loc_t *loc, int32_t cmd, +                struct gf_flock *lock, dict_t *xdata_req, dict_t **xdata_rsp); +  #endif /* _SYNCOP_H */  | 
