cifs: use tcon pointer in cifs_show_options
authorJeff Layton <jlayton@redhat.com>
Fri, 28 Aug 2009 14:11:10 +0000 (10:11 -0400)
committerSteve French <sfrench@us.ibm.com>
Tue, 1 Sep 2009 22:25:19 +0000 (22:25 +0000)
commit8e047d09ee1143058b71f40c5f4d028dde52d883
tree05db83ba0f9c5a4af824d60c3b15f4c0204b615b
parent8c58b54574d18b3782b2a261b9dae3c4e90b6b04
cifs: use tcon pointer in cifs_show_options

Minor nit: we already have a tcon pointer so we don't need to
dereference cifs_sb again.

Also initialize the vars in the declaration.

Reported-by: Peter Staubach <staubach@redhat.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsfs.c