From 65f02619c7d4b29caa8dd11b78c294c521116f12 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Wed, 14 Oct 2009 02:07:25 +0000 Subject: performance/write-behind: return from wb_open after STACK_WIND Signed-off-by: Anand V. Avati BUG: 312 (iozone crash in Distribute-Replicate) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=312 --- xlators/performance/write-behind/src/write-behind.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/performance/write-behind') diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c index ef460b112..769fb507d 100644 --- a/xlators/performance/write-behind/src/write-behind.c +++ b/xlators/performance/write-behind/src/write-behind.c @@ -1299,6 +1299,7 @@ wb_open (call_frame_t *frame, xlator_t *this, loc_t *loc, int32_t flags, FIRST_CHILD(this), FIRST_CHILD(this)->fops->open, loc, flags, fd, wbflags); + return 0; unwind: STACK_UNWIND_STRICT (open, frame, -1, op_errno, NULL); -- cgit