diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2020-09-14 13:39:19 +0200 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2020-10-12 15:29:26 +0200 |
commit | 0b98acd6188309333c3a8a6e16feadadd31e4523 (patch) | |
tree | c7968cb6fbb99970b81736e02d6ab9bd31e78ecf /fs/ceph/file.c | |
parent | 2e169296603470d209d9feecbfb67b9c4cb5ca0f (diff) | |
download | linux-0b98acd6188309333c3a8a6e16feadadd31e4523.tar.gz |
libceph, rbd, ceph: "blacklist" -> "blocklist"
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/file.c')
-rw-r--r-- | fs/ceph/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ceph/file.c b/fs/ceph/file.c index 762a280b7037..209535d5b8d3 100644 --- a/fs/ceph/file.c +++ b/fs/ceph/file.c @@ -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; } |