[PATCH v1 0/5] clean up block_commit_write

Bean Huo posted 5 patches 2 years, 7 months ago
There is a newer version of this series
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(-)
[PATCH v1 0/5] clean up block_commit_write
Posted by Bean Huo 2 years, 7 months ago
*** BLURB HERE ***

Bean Huo (5):
  fs/buffer: clean up block_commit_write
  fs/buffer.c: convert block_commit_write to return void
  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                 | 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