Re: [PATCH 1/8] ext4: Combine ext4_handle_error() and save_error_info()
From: "Theodore Y. Ts'o" <tytso@mit.edu>
Date: 2020-12-17 15:51:36
From: "Theodore Y. Ts'o" <tytso@mit.edu>
Date: 2020-12-17 15:51:36
On Wed, Dec 16, 2020 at 11:18:37AM +0100, Jan Kara wrote:
save_error_info() is always called together with ext4_handle_error(). Combine them into a single call and move unconditional bits out of save_error_info() into ext4_handle_error(). Signed-off-by: Jan Kara <jack@suse.cz>
Thanks, applied. - Ted