Revert "HACK... https://bugzilla.samba.org/show_bug.cgi?id=12892"
[metze/samba/wip.git] / source3 / include / vfs.h
index 959dd4059151f799abfc6d973d58df7c3b777150..8c35fa5ecc7aa8cb0d3a22d54f5121208d0eddc1 100644 (file)
@@ -402,7 +402,6 @@ typedef struct files_struct {
 
 struct vuid_cache_entry {
        struct auth_session_info *session_info;
-       struct tevent_context *user_ev_ctx;
        uint64_t vuid; /* SMB2 compat */
        bool read_only;
        uint32_t share_access;
@@ -450,7 +449,6 @@ typedef struct connection_struct {
         * on the vuid using this tid, this might change per SMB request.
         */
        struct auth_session_info *session_info;
-       struct tevent_context *user_ev_ctx;
 
        /*
         * If the "force group" parameter is set, this is the primary gid that
@@ -518,8 +516,6 @@ struct smb_request {
 
        size_t unread_bytes;
        bool encrypted;
-       /* the tevent_context (wrapper) the request operates on */
-       struct tevent_context *ev_ctx;
        connection_struct *conn;
        struct smbd_server_connection *sconn;
        struct smbXsrv_connection *xconn;