s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3
[ira/wip.git] / source4 / ntvfs / posix / pvfs_open.c
index 08a54f8e42be419da0fc412df1d590dcb53dc817..dfe2f2aa628c08ccfb5147ce615368c425d92ef0 100644 (file)
@@ -590,7 +590,7 @@ static NTSTATUS pvfs_brl_locking_handle(TALLOC_CTX *mem_ctx,
                data_blob_free(&odb_key);
        }
 
-       h = brl_create_handle(mem_ctx, ntvfs, &key);
+       h = brlock_create_handle(mem_ctx, ntvfs, &key);
        NT_STATUS_HAVE_NO_MEMORY(h);
 
        *_h = h;
@@ -1569,7 +1569,7 @@ NTSTATUS pvfs_open(struct ntvfs_module_context *ntvfs,
 
        f->handle->fd = fd;
 
-       status = brl_count(f->pvfs->brl_context, f->brl_handle, &count);
+       status = brlock_count(f->pvfs->brl_context, f->brl_handle, &count);
        if (!NT_STATUS_IS_OK(status)) {
                talloc_free(lck);
                return status;