aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/ceph/messenger.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ceph/messenger.c b/fs/ceph/messenger.c
index 203c4359b549..983285540945 100644
--- a/fs/ceph/messenger.c
+++ b/fs/ceph/messenger.c
@@ -1836,8 +1836,6 @@ static void ceph_fault(struct ceph_connection *con)
1836 goto out; 1836 goto out;
1837 } 1837 }
1838 1838
1839 clear_bit(BUSY, &con->state); /* to avoid an improbable race */
1840
1841 mutex_lock(&con->mutex); 1839 mutex_lock(&con->mutex);
1842 if (test_bit(CLOSED, &con->state)) 1840 if (test_bit(CLOSED, &con->state))
1843 goto out_unlock; 1841 goto out_unlock;