linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] clean up block_commit_write
@ 2023-06-19 21:18 Bean Huo
  2023-06-19 21:18 ` [PATCH v2 1/5] fs/buffer: " Bean Huo
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Bean Huo @ 2023-06-19 21:18 UTC (permalink / raw)
  To: viro, brauner, akpm, jack, jack, tytso, adilger.kernel, mark,
	jlbec, joseph.qi
  Cc: linux-ext4, linux-fsdevel, linux-kernel, ocfs2-devel, beanhuo,
	Bean Huo

Changelog:

    v1--v2:
        1. Re-order patches to avoid breaking compilation.

Bean Huo (5):
  fs/buffer: clean up block_commit_write
  ext4: No need to check return value of block_commit_write()
  fs/ocfs2: No need to check return value of block_commit_write()
  udf: No need to check return value of block_commit_write()
  fs/buffer.c: convert block_commit_write to return void

 fs/buffer.c                 | 24 +++++++-----------------
 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, 14 insertions(+), 32 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-06-20 12:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-19 21:18 [PATCH v2 0/5] clean up block_commit_write Bean Huo
2023-06-19 21:18 ` [PATCH v2 1/5] fs/buffer: " Bean Huo
2023-06-20  4:47   ` Christoph Hellwig
2023-06-20  5:33   ` Matthew Wilcox
2023-06-20 10:57     ` Bean Huo
2023-06-20 12:19       ` Matthew Wilcox
2023-06-19 21:18 ` [PATCH v2 2/5] ext4: No need to check return value of block_commit_write() Bean Huo
2023-06-20  3:00   ` Theodore Ts'o
2023-06-20  4:48   ` Christoph Hellwig
2023-06-20 10:59     ` Bean Huo
2023-06-19 21:18 ` [PATCH v2 3/5] fs/ocfs2: " Bean Huo
2023-06-19 21:18 ` [PATCH v2 4/5] udf: " Bean Huo
2023-06-19 21:18 ` [PATCH v2 5/5] fs/buffer.c: convert block_commit_write to return void Bean Huo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).