cifs: clean up arguments to cifs_open_inode_helper
authorJeff Layton <jlayton@redhat.com>
Wed, 16 Jun 2010 17:40:17 +0000 (13:40 -0400)
committerJeff Layton <jlayton@redhat.com>
Wed, 16 Jun 2010 17:40:17 +0000 (13:40 -0400)
commitdb460242bf75624344efd670ec0f620f476529a3
tree8f9f92918605b05ecd6f9f673620312eaf60173e
parent6ca9f3bae8b1854794dfa63cdd3b88b7dfe24c13
cifs: clean up arguments to cifs_open_inode_helper

...which takes a ton of unneeded arguments and does a lot more pointer
dereferencing than is really needed.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-and-Tested-by: Suresh Jayaraman <sjayaraman@suse.de>
fs/cifs/file.c