diff options
Diffstat (limited to 'include/linux/lru_cache.h')
| -rw-r--r-- | include/linux/lru_cache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/lru_cache.h b/include/linux/lru_cache.h index 7a71ffad037c..cafc7f99e124 100644 --- a/include/linux/lru_cache.h +++ b/include/linux/lru_cache.h | |||
| @@ -52,8 +52,8 @@ We replicate IO (more or less synchronously) to local and remote disk. | |||
| 52 | 52 | ||
| 53 | For crash recovery after replication node failure, | 53 | For crash recovery after replication node failure, |
| 54 | we need to resync all regions that have been target of in-flight WRITE IO | 54 | we need to resync all regions that have been target of in-flight WRITE IO |
| 55 | (in use, or "hot", regions), as we don't know wether or not those WRITEs have | 55 | (in use, or "hot", regions), as we don't know whether or not those WRITEs |
| 56 | made it to stable storage. | 56 | have made it to stable storage. |
| 57 | 57 | ||
| 58 | To avoid a "full resync", we need to persistently track these regions. | 58 | To avoid a "full resync", we need to persistently track these regions. |
| 59 | 59 | ||
