libceph, rbd, ceph: "blacklist" -> "blocklist"
[sfrench/cifs-2.6.git] / fs / ceph / file.c
index 762a280b703739c38204168f352ec7877918735d..209535d5b8d387389afe25fe8d54ab19fc088749 100644 (file)
@@ -933,8 +933,8 @@ static ssize_t ceph_sync_read(struct kiocb *iocb, struct iov_iter *to,
                ceph_release_page_vector(pages, num_pages);
 
                if (ret < 0) {
-                       if (ret == -EBLACKLISTED)
-                               fsc->blacklisted = true;
+                       if (ret == -EBLOCKLISTED)
+                               fsc->blocklisted = true;
                        break;
                }