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:
4077985
)
CIFS: Fix sparse error
author
Pavel Shilovsky
<piastryyy@gmail.com>
Thu, 9 Jun 2011 08:58:53 +0000
(12:58 +0400)
committer
Steve French
<sfrench@us.ibm.com>
Mon, 13 Jun 2011 20:34:33 +0000
(20:34 +0000)
cifs_sb_master_tlink was declared as inline, but without a definition.
Remove the declaration and move the definition up.
Signed-off-by: Pavel Shilovsky <piastryyy@gmail.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
No differences found