NFS: Remove incorrect BUG_ON in nfs_found_client
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 7 Jun 2012 14:21:03 +0000 (10:21 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 7 Jun 2012 14:21:03 +0000 (10:21 -0400)
commitf07936f2c446bd5310e669c8e6eab3f812ea665a
treeced57720605d6a79fe0fd1891462d5e3444bcbb4
parentf25efd851cc8c0f63d74334bc784a437f4df8ee4
NFS: Remove incorrect BUG_ON in nfs_found_client

It is perfectly valid for nfs_get_client() to return a nfs_client that
is in the process of setting up the NFSv4.1 session.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/client.c