]> git.baikalelectronics.ru Git - kernel.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>
Tue, 31 Aug 2021 03:36:51 +0000 (23:36 -0400)
commitfa9b9cf170d2dd159f94666591023ae3b05fb1d9
tree199a9e9af3bf46010b9b21003acca62d47c27ed4
parentad1625fcd3aee47176d52077b7c2afca40e4892d
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