cifs.upcall: declare a structure for holding decoded args
authorJeff Layton <jlayton@redhat.com>
Fri, 14 Aug 2009 11:59:49 +0000 (07:59 -0400)
committerJeff Layton <jlayton@redhat.com>
Fri, 14 Aug 2009 11:59:49 +0000 (07:59 -0400)
commit750ceb82390bd490bfd0431d52cd83b11201d548
tree86eb2eac76594e41dcf7e80ce37d940355de5fb8
parent685fdc33d705b0d5cbb43f16cdcb2dccd85a652e
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>
client/cifs.upcall.c