]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd/cache/pwl: no need to set clean and empty in remove_pool_file()
authorIlya Dryomov <idryomov@gmail.com>
Fri, 8 Apr 2022 13:53:38 +0000 (15:53 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 13 Apr 2022 10:51:21 +0000 (12:51 +0200)
commitfc0730037f49af2d5944a5f7707f4b3c512c9af0
tree04421272611ec7de4731570a80ee55df86f3a108
parent8bea4b6279dda00b7f929d684ea9569488b0675e
librbd/cache/pwl: no need to set clean and empty in remove_pool_file()

It is redundant -- the only caller sets both since commit 6593e31fff18
("librbd/cache/pwl: correct cache state").

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit d64a3ae265897806809d9fa08ac72c549b4bca4f)
src/librbd/cache/pwl/rwl/WriteLog.cc
src/librbd/cache/pwl/ssd/WriteLog.cc