diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-04-10 21:19:15 -0800 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-04-10 21:37:18 -0800 |
commit | 03bc9d71b13e6f8e879894f93ea16f1f4a8280c9 (patch) | |
tree | 758cc02fefb0fd507aa04efa04a1f0e68bbed1b8 /libbcachefs/io.c | |
parent | e394bd4ba3934cea237ad699cae9fe86396d6f15 (diff) |
Update bcachefs sources to 3b4024f944
Diffstat (limited to 'libbcachefs/io.c')
-rw-r--r-- | libbcachefs/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/io.c b/libbcachefs/io.c index 0a64f35d..039dd044 100644 --- a/libbcachefs/io.c +++ b/libbcachefs/io.c @@ -1046,7 +1046,7 @@ static void bch2_read_endio(struct bio *bio) if (rbio->ptr.cached && (((rbio->flags & BCH_READ_RETRY_IF_STALE) && race_fault()) || ptr_stale(rbio->ca, &rbio->ptr))) { - atomic_long_inc(&c->cache_read_races); + atomic_long_inc(&c->read_realloc_races); if (rbio->flags & BCH_READ_RETRY_IF_STALE) bch2_rbio_retry(c, rbio); |