linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* remove bdev->bd_super
@ 2023-08-07 11:26 Christoph Hellwig
  2023-08-07 11:26 ` [PATCH 1/4] fs: stop using bdev->bd_super in mark_buffer_write_io_error Christoph Hellwig
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Christoph Hellwig @ 2023-08-07 11:26 UTC (permalink / raw)
  To: Al Viro, Christian Brauner
  Cc: Theodore Ts'o, Andreas Dilger, Mark Fasheh, Joel Becker,
	Joseph Qi, Jens Axboe, linux-fsdevel, linux-ext4, ocfs2-devel,
	linux-block

Hi all,

this series is against the vfs.super branch in the VFS tree and removes the
bd_super field in struct block_device.

Diffstat:
 fs/buffer.c               |   11 +++--------
 fs/ext4/ext4_jbd2.c       |    3 +--
 fs/ext4/super.c           |    1 -
 fs/ocfs2/journal.c        |    6 +++---
 fs/romfs/super.c          |    1 -
 fs/super.c                |    3 ---
 include/linux/blk_types.h |    1 -
 7 files changed, 7 insertions(+), 19 deletions(-)

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

end of thread, other threads:[~2023-08-08 17:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-07 11:26 remove bdev->bd_super Christoph Hellwig
2023-08-07 11:26 ` [PATCH 1/4] fs: stop using bdev->bd_super in mark_buffer_write_io_error Christoph Hellwig
2023-08-07 11:26 ` [PATCH 2/4] ext4: don't use bdev->bd_super in __ext4_journal_get_write_access Christoph Hellwig
2023-08-08 14:33   ` Theodore Ts'o
2023-08-07 11:26 ` [PATCH 3/4] ocfs2: stop using bdev->bd_super for journal error logging Christoph Hellwig
2023-08-08  0:54   ` Joseph Qi
2023-08-07 11:26 ` [PATCH 4/4] fs, block: remove bdev->bd_super Christoph Hellwig
2023-08-07 12:45   ` Christian Brauner
2023-08-08  8:57 ` Christian Brauner

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).