2023-06-26 05:46:12

by Bean Huo

[permalink] [raw]
Subject: [PATCH v3 0/2] clean up block_commit_write

change log:
v1--v2:
1. reordered patches
v2-v3:
1. rebased patches to git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next


Bean Huo (2):
fs/buffer: clean up block_commit_write
fs: convert block_commit_write to return void

fs/buffer.c | 20 ++++++++------------
fs/ext4/move_extent.c | 7 ++-----
fs/ocfs2/file.c | 7 +------
fs/udf/file.c | 6 +++---
include/linux/buffer_head.h | 2 +-
5 files changed, 15 insertions(+), 27 deletions(-)

--
2.34.1



2023-06-26 06:07:16

by Bean Huo

[permalink] [raw]
Subject: Re: [PATCH v3 0/2] clean up block_commit_write



please ignore this series patch since it has a patch-signed issue, I 
have RESENT it.



On Mon, 2023-06-26 at 07:41 +0200, Bean Huo wrote:
> change log:
>     v1--v2:
>         1. reordered patches
>     v2-v3:
>         1. rebased patches to
> git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next
>
>
> Bean Huo (2):
>   fs/buffer: clean up block_commit_write
>   fs: convert block_commit_write to return void
>
>  fs/buffer.c                 | 20 ++++++++------------
>  fs/ext4/move_extent.c       |  7 ++-----
>  fs/ocfs2/file.c             |  7 +------
>  fs/udf/file.c               |  6 +++---
>  include/linux/buffer_head.h |  2 +-
>  5 files changed, 15 insertions(+), 27 deletions(-)
>