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)
commitcd51875d53ae1459a2b09b4338166a218c0635a7
tree701511e617549ae84de010d6849ef544fac0afd0
parent40779859de0f73b40390c6401a024d06cf024290
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