Ojaswin Mujoo
e4e58e5df3
ext4: fix journal_ioprio mount option handling
...
In __ext4_super() we always overwrote the user specified journal_ioprio
value with a default value, expecting parse_apply_sb_mount_options() to
later correctly set ctx->journal_ioprio to the user specified value.
However, if parse_apply_sb_mount_options() returned early because of
empty sbi->es_s->s_mount_opts, the correct journal_ioprio value was
never set.
This patch fixes __ext4_super() to only use the default value if the
user has not specified any value for journal_ioprio.
Similarly, the remount behavior was to either use journal_ioprio
value specified during initial mount, or use the default value
irrespective of the journal_ioprio value specified during remount.
This patch modifies this to first check if a new value for ioprio
has been passed during remount and apply it. If no new value is
passed, use the value specified during initial mount.
Signed-off-by: Ojaswin Mujoo <ojaswin@linux.ibm.com >
Reviewed-by: Ritesh Harjani <riteshh@linux.ibm.com >
Tested-by: Ritesh Harjani <riteshh@linux.ibm.com >
Link: https://lore.kernel.org/r/20220418083545.45778-1-ojaswin@linux.ibm.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu >
Cc: stable@kernel.org
2022-05-17 14:17:29 -04:00
..
2022-03-31 15:49:36 -07:00
2022-03-22 18:26:56 -07:00
2022-03-22 18:26:56 -07:00
2022-04-08 23:54:37 +01:00
2022-03-22 15:57:03 -07:00
2022-03-22 18:26:56 -07:00
2022-04-26 11:10:42 -07:00
2022-04-08 23:32:40 +01:00
2022-04-25 10:45:50 +02:00
2022-04-20 22:54:54 -05:00
2022-03-22 17:03:12 -07:00
2022-02-22 18:30:28 +01:00
2022-04-01 13:45:33 -04:00
2022-02-25 11:56:13 +01:00
2022-01-24 14:17:02 +01:00
2022-01-12 11:11:34 -08:00
2022-03-22 18:26:56 -07:00
2022-03-22 15:57:03 -07:00
2022-04-15 23:51:43 +08:00
2022-04-01 14:20:24 -07:00
2022-03-25 17:38:15 -07:00
2022-05-17 14:17:29 -04:00
2022-04-21 18:57:09 -07:00
2022-03-24 14:14:07 -07:00
2022-03-22 15:57:03 -07:00
2022-04-08 23:54:37 +01:00
2022-04-01 13:45:33 -04:00
2022-04-28 15:14:48 +02:00
2022-03-22 18:26:56 -07:00
2022-03-22 18:26:56 -07:00
2022-03-22 18:26:56 -07:00
2022-03-22 18:26:56 -07:00
2022-04-21 20:01:09 -07:00
2022-04-01 14:40:43 -04:00
2022-03-22 15:57:03 -07:00
2022-04-22 18:18:27 -07:00
2022-03-31 16:09:41 -07:00
2022-03-29 18:17:30 -07:00
2022-04-27 19:32:07 +02:00
2022-04-14 20:56:13 -05:00
2022-02-28 10:26:40 -05:00
2022-03-24 14:14:07 -07:00
2022-03-18 09:29:05 +00:00
2022-04-08 07:39:17 -10:00
2022-04-12 14:23:19 -10:00
2022-04-01 11:46:09 -07:00
2022-03-14 09:05:25 +01:00
2022-04-01 14:40:44 -04:00
2022-03-22 18:26:56 -07:00
2022-04-01 11:46:09 -07:00
2022-03-16 13:37:04 -04:00
2022-03-22 15:57:03 -07:00
2022-03-22 18:26:56 -07:00
2022-03-22 15:57:03 -07:00
2022-04-03 12:26:01 -07:00
2022-03-15 11:08:23 -07:00
2022-03-22 15:57:03 -07:00
2022-03-22 15:57:03 -07:00
2022-01-30 08:59:47 -08:00
2021-11-09 10:11:53 -08:00
2022-03-25 17:38:15 -07:00
2022-03-22 15:57:03 -07:00
2022-03-31 09:38:53 -05:00
2022-03-22 16:11:53 -07:00
2022-04-05 15:39:19 +02:00
2022-03-22 18:26:56 -07:00
2022-02-25 21:05:04 -05:00
2022-03-31 16:09:41 -07:00
2022-03-25 17:38:15 -07:00
2022-03-22 18:26:56 -07:00
2022-02-14 10:37:32 +09:00
2022-03-22 18:26:56 -07:00
2022-04-01 13:45:33 -04:00
2022-04-21 08:45:16 +10:00
2022-04-21 08:39:20 +09:00
2022-04-01 19:57:03 -07:00
2021-11-17 09:26:09 +01:00
2022-03-08 12:55:29 -06:00
2022-03-03 20:38:56 -08:00
2022-04-15 14:49:56 -07:00
2022-03-09 10:37:07 -06:00
2022-02-09 09:50:02 -08:00
2022-04-01 14:40:44 -04:00
2022-03-03 20:38:56 -08:00
2022-03-28 17:29:53 -07:00
2021-11-06 13:30:32 -07:00
2022-03-24 18:12:09 -07:00
2022-03-22 15:57:03 -07:00
2022-03-07 12:45:57 -07:00
2022-01-22 08:33:35 +02:00
2022-03-28 17:29:53 -07:00
2022-03-08 17:55:03 -07:00
2022-04-07 16:19:47 -04:00
2022-03-29 23:29:18 -07:00
2022-01-18 09:23:19 +02:00
2021-12-09 14:09:36 -05:00
2022-03-22 16:11:53 -07:00
2022-03-22 15:57:03 -07:00
2022-04-01 19:57:03 -07:00
2022-04-29 08:39:43 -06:00
2022-03-28 17:29:53 -07:00
2022-04-11 17:06:20 -06:00
2022-04-01 19:35:56 -07:00
2022-03-22 17:03:12 -07:00
2022-03-21 19:16:02 -07:00
2022-03-16 13:37:05 -04:00
2022-01-22 08:33:36 +02:00
2022-02-01 11:13:24 -08:00
2022-03-26 11:59:30 -07:00
2022-04-14 15:53:43 -07:00
2022-04-21 17:57:37 +02:00
2022-03-08 17:55:03 -07:00
2022-04-20 12:07:53 -07:00
2022-04-19 10:19:02 -07:00
2021-12-03 18:44:06 +01:00
2022-04-01 19:57:03 -07:00
2022-03-22 18:26:56 -07:00
2022-01-11 09:03:05 -08:00
2022-02-01 11:31:55 -05:00
2022-01-17 05:49:30 +02:00
2022-03-21 12:59:01 -04:00
2022-04-12 13:35:08 -10:00
2022-01-30 08:59:47 -08:00
2022-01-30 08:59:47 -08:00
2022-01-22 08:33:36 +02:00
2022-03-22 15:57:08 -07:00
2022-04-19 10:19:02 -07:00