Skip to content
Commit 9bf2c6b8 authored by Jan Kara's avatar Jan Kara
Browse files

udf: Remove checking of existence of filename in udf_add_entry()



We don't have to check whether a directory entry already exists in a directory
when creating a new one since we've already checked that earlier by lookup and
we are holding directory i_mutex all the time.

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