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)
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