Skip to content
Snippets Groups Projects
Commit 8af634ff authored by Jan Kara's avatar Jan Kara
Browse files

ext2: Fix possible sleep in atomic during mount option parsing


match_int() used in mount option parsing can allocate memory using
GFP_KERNEL and thus sleep. Avoid parsing mount options with sbi->s_lock
held.

Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 08851957
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment