File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ static const char *btrfs_decode_error(int errno, char nbuf[16])
92
92
return errstr ;
93
93
}
94
94
95
- static void __save_error_info (struct btrfs_fs_info * fs_info )
95
+ static void save_error_info (struct btrfs_fs_info * fs_info )
96
96
{
97
97
/*
98
98
* today we only save the error info into ram. Long term we'll
@@ -101,11 +101,6 @@ static void __save_error_info(struct btrfs_fs_info *fs_info)
101
101
set_bit (BTRFS_FS_STATE_ERROR , & fs_info -> fs_state );
102
102
}
103
103
104
- static void save_error_info (struct btrfs_fs_info * fs_info )
105
- {
106
- __save_error_info (fs_info );
107
- }
108
-
109
104
/* btrfs handle error by forcing the filesystem readonly */
110
105
static void btrfs_handle_error (struct btrfs_fs_info * fs_info )
111
106
{
You can’t perform that action at this time.
0 commit comments