summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks/src/common.h
diff options
context:
space:
mode:
authorAtin Mukherjee <amukherj@redhat.com>2019-04-16 22:14:47 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2019-04-17 08:17:29 +0000
commit785f3276d2e325a991b64aed66a326ea95fffef3 (patch)
tree0ccd327225b01e4d3eba2d26051dfe6ff7f335df /xlators/features/locks/src/common.h
parentb922793588ad23a9b12ce65abd29e8f45ac87998 (diff)
Revert "features/locks: error-out {inode,entry}lk fops with all-zero lk-owner"
This reverts commit 3883887427a7f2dc458a9773e05f7c8ce8e62301 as it has broken sdfs-sanity.t. Updates: bz#1624701 Change-Id: Icb2b0d6bfcce4d556f1cd0f11695c03ffc138736 Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
Diffstat (limited to 'xlators/features/locks/src/common.h')
-rw-r--r--xlators/features/locks/src/common.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/xlators/features/locks/src/common.h b/xlators/features/locks/src/common.h
index 55603ef9c42..3a7496758ab 100644
--- a/xlators/features/locks/src/common.h
+++ b/xlators/features/locks/src/common.h
@@ -51,8 +51,7 @@
posix_lock_t *
new_posix_lock(struct gf_flock *flock, client_t *client, pid_t client_pid,
- gf_lkowner_t *owner, fd_t *fd, uint32_t lk_flags, int blocking,
- int32_t *op_errno);
+ gf_lkowner_t *owner, fd_t *fd, uint32_t lk_flags, int can_block);
pl_inode_t *
pl_inode_get(xlator_t *this, inode_t *inode, pl_local_t *local);
@@ -213,6 +212,4 @@ pl_clean_local(pl_local_t *local);
int
pl_local_init(call_frame_t *frame, xlator_t *this, loc_t *loc, fd_t *fd);
-gf_boolean_t
-pl_is_lk_owner_valid(gf_lkowner_t *owner, client_t *client);
#endif /* __COMMON_H__ */