lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20220222154634.597067-1-hch@lst.de> Date: Tue, 22 Feb 2022 16:46:31 +0100 From: Christoph Hellwig <hch@....de> To: Jens Axboe <axboe@...nel.dk>, "Theodore Ts'o" <tytso@....edu>, Ryusuke Konishi <konishi.ryusuke@...il.com> Cc: Andrew Morton <akpm@...ux-foundation.org>, linux-block@...r.kernel.org, linux-ext4@...r.kernel.org, linux-fsdevel@...r.kernel.org, linux-nilfs@...r.kernel.org Subject: simple file system cleanups for the new bio_alloc calling conventions Hi all, this fixes up the remaining fairly trivial file system bio alloctions to directly pass the bdev to bio_alloc. f2fs and btrfs will need more work and will be handled separately. This is against Jens' for-5.18/block branch. It would probably make sense to also merge it through that. Diffstat: ext4/page-io.c | 7 +++---- mpage.c | 50 +++++++++++++++++++++----------------------------- nilfs2/segbuf.c | 20 +++++++++----------- 3 files changed, 33 insertions(+), 44 deletions(-)
Powered by blists - more mailing lists