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>
Tue, 31 Aug 2021 03:36:51 +0000 (23:36 -0400)
commit25c6d98fc4c245d164cf688815a7b259257ead2a
tree199a9e9af3bf46010b9b21003acca62d47c27ed4
parent188c299e2a26cc33747187f87c9e044dfd85a782
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