cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALL
authorJeff Layton <jlayton@redhat.com>
Sat, 9 Jul 2011 16:21:07 +0000 (12:21 -0400)
committerSteve French <sfrench@us.ibm.com>
Sat, 9 Jul 2011 20:29:51 +0000 (20:29 +0000)
commit20547490c12b0ee3d32152b85e9f9bd183aa7224
tree98cff812d83763a35e1820faad54e01612947771
parent04db79b015dafcb79371fda6b5c32ffdbd31a2ff
cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALL

This needs to be done regardless of whether that KConfig option is set
or not.

Reported-by: Sven-Haegar Koch <haegar@sdinet.de>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c