diff options
-rw-r--r-- | xlators/performance/write-behind/src/write-behind.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c index ef460b1123e..769fb507d99 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); |