git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c58b54
)
cifs: use tcon pointer in cifs_show_options
author
Jeff Layton
<jlayton@redhat.com>
Fri, 28 Aug 2009 14:11:10 +0000
(10:11 -0400)
committer
Steve French
<sfrench@us.ibm.com>
Tue, 1 Sep 2009 22:25:19 +0000
(22:25 +0000)
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>
No differences found