summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/vfs_posix.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-02-03 21:35:05 +0100
committerVolker Lendecke <vl@samba.org>2014-02-10 10:57:36 +0100
commit55dd08c4e80827ffc4fe423f3e67aec499af06df (patch)
treeb4ab59a300aea272ca668e418046bb6d4410c2e9 /source4/ntvfs/posix/vfs_posix.h
parent5a4252789b54b6b270b3083f6e0732ba1fdd774b (diff)
downloadsamba-55dd08c4e80827ffc4fe423f3e67aec499af06df.tar.gz
ntvfs_posix: No wbc_context required
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Kai Blin <kai@samba.org>
Diffstat (limited to 'source4/ntvfs/posix/vfs_posix.h')
-rw-r--r--source4/ntvfs/posix/vfs_posix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h
index 9a03658040f..04d78f29189 100644
--- a/source4/ntvfs/posix/vfs_posix.h
+++ b/source4/ntvfs/posix/vfs_posix.h
@@ -47,7 +47,6 @@ struct pvfs_state {
struct brl_context *brl_context;
struct odb_context *odb_context;
struct notify_context *notify_context;
- struct wbc_context *wbc_ctx;
/* a list of pending async requests. Needed to support
ntcancel */