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

udf: Drop pointless check from udf_sync_fs()


The check if (bh) in udf_sync_fs() is pointless as we cannot have
sbi->s_lvid_dirty and !sbi->s_lvid_bh (as already asserted by
udf_updated_lvid()). So just drop the pointless check.

Reviewed-by: default avatarSteven J. Magnani <steve@digidescorp.com>
Reported-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 93bc420e
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