]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: Move orphan inode handling into a separate file
authorJan Kara <jack@suse.cz>
Mon, 16 Aug 2021 09:57:05 +0000 (11:57 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 23 Aug 2021 21:32:12 +0000 (17:32 -0400)
commitf407caa8dfe10c37bd661e107968d215037f0ca8
tree645dc80baffc2e9b2b1735a6506075647fd00cae
parent1984539f88414e35835510bd96b821ffc0961489
ext4: Move orphan inode handling into a separate file

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@dilger.ca>
Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20210816095713.16537-2-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/Makefile
fs/ext4/ext4.h
fs/ext4/namei.c
fs/ext4/orphan.c [new file with mode: 0644]
fs/ext4/super.c