Re: [PATCH 2/5] ext4: Move orphan inode handling into a separate file
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-07-22 14:54:01
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-07-22 14:54:01
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.
Makes sense. Reviewed-by: Theodore Ts'o <tytso@mit.edu> - Ted