summaryrefslogtreecommitdiff
path: root/source4/cluster
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-03-08 09:12:09 +0100
committerStefan Metzmacher <metze@samba.org>2008-03-12 17:35:04 +0100
commit59917521e9d811efe7b424d49f03fb972ee0a119 (patch)
treefd2fdffe04865fac97bfb4f40ab08a6090468bfd /source4/cluster
parent7cdf28ebaccb41a23c2986b123624b238effcfda (diff)
downloadsamba-59917521e9d811efe7b424d49f03fb972ee0a119.tar.gz
samba-59917521e9d811efe7b424d49f03fb972ee0a119.tar.bz2
samba-59917521e9d811efe7b424d49f03fb972ee0a119.zip
opendb: pass down a pointer to the fd in odb_open_file()
This prepares kernel oplock support. metze (This used to be commit 9db9b6d85d80a8aaa8bd432afaef9bb634d7364d)
Diffstat (limited to 'source4/cluster')
-rw-r--r--source4/cluster/ctdb/opendb_ctdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/cluster/ctdb/opendb_ctdb.c b/source4/cluster/ctdb/opendb_ctdb.c
index a7b8ddf760..402f3a2a1a 100644
--- a/source4/cluster/ctdb/opendb_ctdb.c
+++ b/source4/cluster/ctdb/opendb_ctdb.c
@@ -283,7 +283,7 @@ static NTSTATUS odb_oplock_break_send(struct odb_context *odb, struct opendb_ent
*/
static NTSTATUS odb_ctdb_open_file(struct odb_lock *lck,
void *file_handle, const char *path,
- bool allow_level_II_oplock,
+ int *fd, bool allow_level_II_oplock,
uint32_t oplock_level, uint32_t *oplock_granted)
{