Hongbo Li
79162e829b
bcachefs: fix the error code when mounting with incorrect options.
...
When mount with incorrect options such as:
"mount -t bcachefs -o errors=back /dev/loop1 /mnt/bcachefs/".
It rebacks the error "mount: /mnt/bcachefs: permission denied."
cause bch2_parse_mount_opts returns -1 and bch2_mount throws
it up. This is unreasonable.
The real error message should be like this:
"mount: /mnt/bcachefs: wrong fs type, bad option, bad
superblock on /dev/loop1, missing codepage or helper program,
or other error."
Adding three private error codes for mounting error. Here are:
- BCH_ERR_mount_option as the parent class for option error.
- BCH_ERR_option_name represents the invalid option name.
- BCH_ERR_option_value represents the invalid option value.
Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-03-13 21:22:25 -04:00
..
2024-01-01 11:47:07 -05:00
2023-10-22 17:10:12 -04:00
2024-01-21 13:27:10 -05:00
2024-03-13 21:22:25 -04:00
2024-03-13 21:22:25 -04:00
2024-01-21 06:01:45 -05:00
2023-10-22 17:10:10 -04:00
2023-10-22 17:10:10 -04:00
2024-03-13 21:22:24 -04:00
2024-01-21 13:27:10 -05:00
2024-03-13 21:22:24 -04:00
2023-10-31 12:18:37 -04:00
2024-03-13 21:22:25 -04:00
2024-01-01 11:47:41 -05:00
2024-03-13 21:22:25 -04:00
2024-01-21 13:27:09 -05:00
2024-01-21 06:01:45 -05:00
2023-11-05 13:12:18 -05:00
2023-10-22 17:10:12 -04:00
2024-01-21 13:27:09 -05:00
2024-03-10 15:21:04 -04:00
2024-01-21 13:27:10 -05:00
2024-01-21 13:27:10 -05:00
2024-03-13 21:22:24 -04:00
2024-01-21 13:27:10 -05:00
2024-03-13 21:22:23 -04:00
2023-10-22 17:10:10 -04:00
2024-03-13 21:22:23 -04:00
2024-01-01 11:47:40 -05:00
2024-03-13 21:22:24 -04:00
2024-01-21 13:27:10 -05:00
2024-03-13 21:22:25 -04:00
2024-03-10 15:34:08 -04:00
2023-11-13 21:45:01 -05:00
2024-01-01 11:47:43 -05:00
2024-01-01 11:47:41 -05:00
2024-03-13 21:22:25 -04:00
2024-01-21 13:27:10 -05:00
2024-01-21 13:27:10 -05:00
2024-03-13 21:22:24 -04:00
2024-03-13 21:22:23 -04:00
2024-03-10 15:18:13 -04:00
2024-03-13 21:22:24 -04:00
2024-03-13 21:22:24 -04:00
2024-01-01 11:47:41 -05:00
2024-03-13 21:22:25 -04:00
2024-01-05 23:24:19 -05:00
2024-01-21 06:01:45 -05:00
2023-10-22 17:10:13 -04:00
2024-03-13 21:22:24 -04:00
2024-01-21 06:01:45 -05:00
2024-03-13 21:22:20 -04:00
2023-10-22 17:10:10 -04:00
2024-03-10 15:34:08 -04:00
2024-01-05 23:24:21 -05:00
2024-01-21 13:27:09 -05:00
2024-03-13 18:39:12 -04:00
2024-01-21 06:01:45 -05:00
2024-01-01 11:46:52 -05:00
2024-01-01 11:47:43 -05:00
2024-01-21 13:27:10 -05:00
2023-11-25 21:48:42 -05:00
2024-03-13 18:39:12 -04:00
2023-10-22 17:09:56 -04:00
2024-01-21 13:27:10 -05:00
2024-03-13 21:22:24 -04:00
2024-03-13 21:22:24 -04:00
2023-10-31 12:18:37 -04:00
2024-01-05 23:24:21 -05:00
2023-10-31 12:18:37 -04:00
2024-01-21 13:27:11 -05:00
2024-01-01 11:47:38 -05:00
2024-03-13 18:39:12 -04:00
2024-01-05 23:24:20 -05:00
2024-03-13 21:22:25 -04:00
2024-03-13 21:22:25 -04:00
2024-03-13 21:22:23 -04:00
2024-03-13 21:22:23 -04:00
2024-01-01 11:47:44 -05:00
2024-01-21 13:27:11 -05:00
2024-01-21 13:27:10 -05:00
2024-03-10 15:12:13 -04:00
2024-01-21 06:01:45 -05:00
2024-03-13 18:39:12 -04:00
2024-03-13 21:22:24 -04:00
2024-02-24 20:41:42 -05:00
2023-10-22 17:10:10 -04:00
2024-02-24 20:45:24 -05:00
2023-10-22 17:10:10 -04:00
2024-01-21 13:27:10 -05:00
2024-01-21 13:27:10 -05:00
2024-01-22 12:37:51 -05:00
2023-10-22 17:10:12 -04:00
2024-01-28 21:41:09 -05:00
2023-11-05 13:12:18 -05:00
2024-03-13 21:22:25 -04:00
2024-01-01 11:47:36 -05:00
2024-03-13 21:22:25 -04:00
2024-03-13 21:22:25 -04:00
2024-01-21 13:27:10 -05:00
2024-03-13 21:22:24 -04:00
2024-03-13 21:22:24 -04:00
2024-01-21 13:27:10 -05:00
2023-11-01 21:11:08 -04:00
2024-01-05 23:24:21 -05:00
2023-10-22 17:10:12 -04:00
2023-10-22 17:10:12 -04:00
2024-03-13 21:22:25 -04:00
2023-11-24 00:29:58 -05:00
2024-03-13 21:22:25 -04:00
2024-03-13 21:22:25 -04:00
2024-03-10 15:34:08 -04:00
2024-01-01 11:47:41 -05:00
2023-10-22 17:10:16 -04:00
2023-10-22 17:09:56 -04:00
2024-03-10 15:09:59 -04:00
2024-03-10 15:34:08 -04:00
2024-03-13 21:22:25 -04:00
2024-03-10 15:34:08 -04:00
2024-01-01 11:47:44 -05:00
2024-01-01 11:47:43 -05:00
2024-01-01 11:47:43 -05:00
2024-01-21 13:27:11 -05:00
2024-01-01 11:47:42 -05:00
2023-10-22 17:10:12 -04:00
2024-03-13 21:22:24 -04:00
2023-11-01 21:11:08 -04:00
2024-03-13 21:22:25 -04:00
2023-10-22 17:10:02 -04:00
2024-01-01 11:47:42 -05:00
2024-01-28 21:29:23 -05:00
2024-03-10 15:34:09 -04:00
2023-10-31 12:18:38 -04:00
2024-01-21 13:27:10 -05:00
2024-01-01 11:47:39 -05:00
2024-01-01 11:47:42 -05:00
2023-10-22 17:09:55 -04:00
2023-10-22 17:09:52 -04:00
2023-10-22 17:10:15 -04:00
2023-10-22 17:10:15 -04:00
2024-03-13 21:22:25 -04:00
2024-03-13 21:22:24 -04:00
2024-02-13 21:59:27 -05:00
2024-01-01 11:47:07 -05:00
2024-01-21 13:27:10 -05:00
2024-01-01 11:47:42 -05:00
2023-11-01 21:11:08 -04:00
2023-11-01 21:11:05 -04:00
2024-03-13 21:22:25 -04:00
2023-11-01 21:11:05 -04:00
2024-03-13 21:22:25 -04:00
2024-03-13 21:22:25 -04:00
2024-01-01 11:47:40 -05:00
2024-01-21 13:27:11 -05:00
2024-01-21 13:27:10 -05:00
2024-01-21 06:01:45 -05:00
2024-01-01 11:47:39 -05:00
2024-01-21 13:27:04 -05:00
2024-01-01 11:47:38 -05:00
2024-03-10 15:34:08 -04:00
2023-10-22 17:10:10 -04:00
2024-01-21 13:27:10 -05:00
2024-01-21 13:27:10 -05:00
2024-01-21 13:27:10 -05:00
2024-03-13 21:22:24 -04:00
2024-01-05 23:24:20 -05:00
2024-03-13 21:22:24 -04:00
2024-01-01 11:47:07 -05:00
2024-01-01 11:47:07 -05:00
2024-02-10 17:37:34 -05:00
2024-01-01 11:47:42 -05:00
2023-10-22 17:10:04 -04:00
2024-01-01 11:47:38 -05:00
2024-01-01 11:47:40 -05:00
2024-01-21 13:27:10 -05:00
2024-02-24 20:47:47 -05:00
2024-01-05 23:24:20 -05:00
2024-03-10 15:34:08 -04:00
2024-03-13 21:22:24 -04:00
2024-01-01 11:47:42 -05:00
2024-03-13 21:22:24 -04:00
2024-03-13 21:22:24 -04:00
2024-01-10 16:34:17 -08:00
2024-03-13 21:22:25 -04:00
2024-01-05 23:24:21 -05:00
2024-03-13 21:22:24 -04:00
2024-01-01 11:47:38 -05:00
2024-01-21 13:27:10 -05:00
2024-01-01 11:47:42 -05:00
2024-03-13 18:39:13 -04:00
2024-03-13 21:22:20 -04:00
2024-03-13 21:22:20 -04:00
2023-10-31 12:18:38 -04:00
2024-03-13 21:22:25 -04:00
2024-03-13 18:39:12 -04:00
2024-03-13 21:22:25 -04:00
2023-10-22 17:10:13 -04:00
2024-01-01 11:47:42 -05:00
2024-01-21 13:27:10 -05:00
2024-01-21 13:27:10 -05:00
2023-11-01 21:11:08 -04:00