* [PATCH] f2fs: remove blk_finish_plug
@ 2025-01-08 18:19 Jaegeuk Kim
2025-01-14 12:13 ` [f2fs-dev] " Chao Yu
2025-01-17 21:10 ` patchwork-bot+f2fs
0 siblings, 2 replies; 3+ messages in thread
From: Jaegeuk Kim @ 2025-01-08 18:19 UTC (permalink / raw)
To: linux-kernel, linux-f2fs-devel; +Cc: Jaegeuk Kim
Let's remove unclear blk_finish_plug.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
---
fs/f2fs/data.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c
index 35b9455fb899..f681742ebecb 100644
--- a/fs/f2fs/data.c
+++ b/fs/f2fs/data.c
@@ -511,10 +511,6 @@ static void f2fs_submit_write_bio(struct f2fs_sb_info *sbi, struct bio *bio,
enum page_type type)
{
WARN_ON_ONCE(is_read_io(bio_op(bio)));
-
- if (f2fs_lfs_mode(sbi) && current->plug && PAGE_TYPE_ON_MAIN(type))
- blk_finish_plug(current->plug);
-
trace_f2fs_submit_write_bio(sbi->sb, type, bio);
iostat_update_submit_ctx(bio, type);
submit_bio(bio);
--
2.47.1.613.gc27f4b7a9f-goog
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [f2fs-dev] [PATCH] f2fs: remove blk_finish_plug
2025-01-08 18:19 [PATCH] f2fs: remove blk_finish_plug Jaegeuk Kim
@ 2025-01-14 12:13 ` Chao Yu
2025-01-17 21:10 ` patchwork-bot+f2fs
1 sibling, 0 replies; 3+ messages in thread
From: Chao Yu @ 2025-01-14 12:13 UTC (permalink / raw)
To: Jaegeuk Kim, linux-kernel, linux-f2fs-devel; +Cc: chao
On 1/9/25 02:19, Jaegeuk Kim via Linux-f2fs-devel wrote:
> Let's remove unclear blk_finish_plug.
>
> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Reviewed-by: Chao Yu <chao@kernel.org>
Thanks,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [f2fs-dev] [PATCH] f2fs: remove blk_finish_plug
2025-01-08 18:19 [PATCH] f2fs: remove blk_finish_plug Jaegeuk Kim
2025-01-14 12:13 ` [f2fs-dev] " Chao Yu
@ 2025-01-17 21:10 ` patchwork-bot+f2fs
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+f2fs @ 2025-01-17 21:10 UTC (permalink / raw)
To: Jaegeuk Kim; +Cc: linux-kernel, linux-f2fs-devel
Hello:
This patch was applied to jaegeuk/f2fs.git (dev)
by Jaegeuk Kim <jaegeuk@kernel.org>:
On Wed, 8 Jan 2025 18:19:08 +0000 you wrote:
> Let's remove unclear blk_finish_plug.
>
> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
> ---
> fs/f2fs/data.c | 4 ----
> 1 file changed, 4 deletions(-)
Here is the summary with links:
- [f2fs-dev] f2fs: remove blk_finish_plug
https://git.kernel.org/jaegeuk/f2fs/c/4811fee8283f
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-17 21:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08 18:19 [PATCH] f2fs: remove blk_finish_plug Jaegeuk Kim
2025-01-14 12:13 ` [f2fs-dev] " Chao Yu
2025-01-17 21:10 ` patchwork-bot+f2fs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox