diff options
Diffstat (limited to 'xlators/storage/bdb/src/bdb.c')
| -rw-r--r-- | xlators/storage/bdb/src/bdb.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/storage/bdb/src/bdb.c b/xlators/storage/bdb/src/bdb.c index bb6d3a43429..daead560418 100644 --- a/xlators/storage/bdb/src/bdb.c +++ b/xlators/storage/bdb/src/bdb.c @@ -374,7 +374,8 @@ bdb_open (call_frame_t *frame,            xlator_t *this,            loc_t *loc,            int32_t flags, -          fd_t *fd) +          fd_t *fd, +          int32_t wbflags)  {          int32_t         op_ret     = -1;          int32_t         op_errno   = EINVAL;  | 
