diff options
author | Chao Yu <chao@kernel.org> | 2023-04-10 05:24:17 +0300 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2023-04-18 00:49:40 +0300 |
commit | 635a52da8605e5d300ec8c18fdba8d6f8491755d (patch) | |
tree | 2c7f6838512e323a1bb682c9dbc38905a69b397f /fs/f2fs/gc.c | |
parent | 33560f8020c2bf12bb5b598a03fa0a708cab3283 (diff) | |
download | linux-635a52da8605e5d300ec8c18fdba8d6f8491755d.tar.xz |
f2fs: remove folio_detach_private() in .invalidate_folio and .release_folio
We have maintain PagePrivate and page_private and page reference
w/ {set,clear}_page_private_*, it doesn't need to call
folio_detach_private() in the end of .invalidate_folio and
.release_folio, remove it and use f2fs_bug_on instead.
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/gc.c')
0 files changed, 0 insertions, 0 deletions