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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 8 Aug 2021 10:29:03 -0400 From: "Theodore Ts'o" <tytso@....edu> To: Jan Kara <jack@...e.cz> Cc: linux-ext4@...r.kernel.org, Andreas Dilger <adilger@...ger.ca> Subject: Re: [PATCH 2/5] ext4: Move orphan inode handling into a separate file On Mon, Jul 12, 2021 at 05:40:06PM +0200, Jan Kara wrote: > Move functions for handling orphan inodes into a new file > fs/ext4/orphan.c to have them in one place and somewhat reduce size of > other files. No code changes. > > Reviewed-by: Andreas Dilger <adilger@...ger.ca> > Signed-off-by: Jan Kara <jack@...e.cz> Note that when you refresh this patch, you'll need to include commit b9a037b7f3c4: ("ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle") when moving ext4_orphan_cleanup() to fs/ext4/orphan.c. Cheers, - Ted
Powered by blists - more mailing lists