From fb9f29e892e762e161fc9ed72403eeaadb050077 Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Mon, 21 Jan 2013 16:42:41 -0800 Subject: fd: expose __fd_ctx_del symbol used by open-behind for deleting context in locked critical region Change-Id: I3380152211fed6aacbb719468b720376e6ec1e7c BUG: 846240 Signed-off-by: Anand Avati Reviewed-on: http://review.gluster.org/4405 Tested-by: Gluster Build System --- libglusterfs/src/fd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/fd.c') diff --git a/libglusterfs/src/fd.c b/libglusterfs/src/fd.c index f9466bbf4..0c3a52621 100644 --- a/libglusterfs/src/fd.c +++ b/libglusterfs/src/fd.c @@ -926,7 +926,7 @@ fd_ctx_get (fd_t *fd, xlator_t *xlator, uint64_t *value) } -static int +int __fd_ctx_del (fd_t *fd, xlator_t *xlator, uint64_t *value) { int index = 0; -- cgit