udf: Remove checking of existence of filename in udf_add_entry()
authorJan Kara <jack@suse.cz>
Tue, 4 Mar 2008 12:10:29 +0000 (13:10 +0100)
committerJan Kara <jack@suse.cz>
Thu, 17 Apr 2008 12:23:03 +0000 (14:23 +0200)
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: Jan Kara <jack@suse.cz>

No differences found