commit | 8e047d09ee1143058b71f40c5f4d028dde52d883 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Fri Aug 28 10:11:10 2009 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Tue Sep 01 22:25:19 2009 +0000 |
tree | 05db83ba0f9c5a4af824d60c3b15f4c0204b615b | |
parent | 8c58b54574d18b3782b2a261b9dae3c4e90b6b04 [diff] |
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>