ext4: move functions in super.c
authorJan Kara <jack@suse.cz>
Fri, 27 Nov 2020 11:33:58 +0000 (12:33 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 17 Dec 2020 18:30:55 +0000 (13:30 -0500)
commit4067662388f97d0f360e568820d9d5bac6a3c9fa
tree6c120adb3080491ba92d37b527020dedcddbf816
parent014c9caa29d3a44e0de695c99ef18bec3e887d52
ext4: move functions in super.c

Just move error info related functions in super.c close to
ext4_handle_error(). We'll want to combine save_error_info() with
ext4_handle_error() and this makes change more obvious and saves a
forward declaration as well. No functional change.

Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Link: https://lore.kernel.org/r/20201127113405.26867-6-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c