cifs.upcall: declare a structure for holding decoded args
authorJeff Layton <jlayton@redhat.com>
Wed, 14 Oct 2009 15:04:55 +0000 (11:04 -0400)
committerKarolin Seeger <kseeger@samba.org>
Wed, 13 Jan 2010 13:00:49 +0000 (14:00 +0100)
commit2f4d681e867e4ee1a3f9d0357045eb4f0e0ae686
tree031b60c764d083031c5e6d2263d1c4cb527e8a1b
parent1876763728a74f98033be32d439b09ad22a25dbf
cifs.upcall: declare a structure for holding decoded args

The argument list for the decoder is becoming rather long. Declare an
args structure and use that for holding the args. This also simplifies
pointer handling a bit.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 0b516e8e9e5b1c4b2ab32b27c37ec708d6afd5d2)
source/client/cifs.upcall.c