From 6fc0b626eb566b3de9310539bf2d6946b18b865b Mon Sep 17 00:00:00 2001 From: Trond Myklebust Date: Thu, 7 Jun 2012 10:21:03 -0400 Subject: [PATCH] --- yaml --- r: 310951 b: refs/heads/master c: f07936f2c446bd5310e669c8e6eab3f812ea665a h: refs/heads/master i: 310949: 91b45db0ab2e74f3c4b3e616291b42781979efd4 310947: 53a72d914d5669b4b601aebd9bd329f962fc09b4 310943: 9c4af7671433aa8d4bda02161bc41d4818fe49c2 v: v3 --- [refs] | 2 +- trunk/fs/nfs/client.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 211627e9b4f2..333d758ecd5b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f25efd851cc8c0f63d74334bc784a437f4df8ee4 +refs/heads/master: f07936f2c446bd5310e669c8e6eab3f812ea665a diff --git a/trunk/fs/nfs/client.c b/trunk/fs/nfs/client.c index 7d108753af81..17ba6b995659 100644 --- a/trunk/fs/nfs/client.c +++ b/trunk/fs/nfs/client.c @@ -544,8 +544,6 @@ nfs_found_client(const struct nfs_client_initdata *cl_init, smp_rmb(); - BUG_ON(clp->cl_cons_state != NFS_CS_READY); - dprintk("<-- %s found nfs_client %p for %s\n", __func__, clp, cl_init->hostname ?: ""); return clp;