From e11d66c8d6dea72d02f9bcdbf65c67bd5c60b5cc Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Thu, 1 Oct 2009 06:58:47 +0000 Subject: Global: NFS-friendly prototype changes Signed-off-by: Anand V. Avati BUG: 145 (NFSv3 related additions to 2.1 task list) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=145 --- xlators/storage/bdb/src/bdb.c | 3 ++- xlators/storage/posix/src/posix.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'xlators/storage') 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; diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index c4f47049c7e..bdfeac1ee64 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -1822,7 +1822,7 @@ posix_create (call_frame_t *frame, xlator_t *this, int32_t posix_open (call_frame_t *frame, xlator_t *this, - loc_t *loc, int32_t flags, fd_t *fd) + loc_t *loc, int32_t flags, fd_t *fd, int wbflags) { int32_t op_ret = -1; int32_t op_errno = 0; -- cgit