]> git.baikalelectronics.ru Git - kernel.git/commit
md/r5cache: r5cache recovery: part 2
authorSong Liu <songliubraving@fb.com>
Thu, 17 Nov 2016 23:24:44 +0000 (15:24 -0800)
committerShaohua Li <shli@fb.com>
Fri, 18 Nov 2016 21:28:28 +0000 (13:28 -0800)
commit9803efbd3d5a89e6b183df2712ba8d05cab093ee
tree305211b396ce8c43588e15ca2f80bd480a4b82aa
parente018d1b3f1a8f4859de379b790eb9a01901b8ed9
md/r5cache: r5cache recovery: part 2

1. In previous patch, we:
      - add new data to r5l_recovery_ctx
      - add new functions to recovery write-back cache
   The new functions are not used in this patch, so this patch does not
   change the behavior of recovery.

2. In this patchpatch, we:
      - modify main recovery procedure r5l_recovery_log() to call new
        functions
      - remove old functions

Signed-off-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Shaohua Li <shli@fb.com>
drivers/md/raid5-cache.c
drivers/md/raid5.c