]> git.baikalelectronics.ru Git - kernel.git/commit
CIFS: Fix sparse error
authorPavel Shilovsky <piastryyy@gmail.com>
Thu, 9 Jun 2011 08:58:53 +0000 (12:58 +0400)
committerSteve French <sfrench@us.ibm.com>
Mon, 13 Jun 2011 20:34:33 +0000 (20:34 +0000)
commit1d3b3a0ee5e2bf160b3b395afc4cc0ea520a96a6
tree701511e617549ae84de010d6849ef544fac0afd0
parent74c2e6eed6a5864b33a0087916908cedf504542a
CIFS: Fix sparse error

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>
fs/cifs/connect.c