vfs_default: Remove an unused data member
authorAnoop C S <anoopcs@redhat.com>
Sat, 30 May 2020 12:21:20 +0000 (17:51 +0530)
committerJeremy Allison <jra@samba.org>
Wed, 10 Jun 2020 19:08:40 +0000 (19:08 +0000)
This was added as part of 7f7ce0ec2f3e3cfb46314e5ad3ea6b5c49085f1d but
never got consumed.

Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_default.c

index a4910b4882d6a4c4a2380f15166c31220a2f1ea3..fb9d16efd6b8f1e51399befc936929b5e48949a3 100644 (file)
@@ -3238,7 +3238,6 @@ struct vfswrap_getxattrat_state {
        struct tevent_context *ev;
        files_struct *dir_fsp;
        const struct smb_filename *smb_fname;
-       struct tevent_req *req;
 
        /*
         * The following variables are talloced off "state" which is protected
@@ -3291,7 +3290,6 @@ static struct tevent_req *vfswrap_getxattrat_send(
                .ev = ev,
                .dir_fsp = dir_fsp,
                .smb_fname = smb_fname,
-               .req = req,
        };
 
        max_threads = pthreadpool_tevent_max_threads(dir_fsp->conn->sconn->pool);