commit | 9bf2c6b834f4caad82b3e2d962c266153d39e411 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Mar 04 13:10:29 2008 +0100 |
committer | Jan Kara <jack@suse.cz> | Thu Apr 17 14:23:03 2008 +0200 |
tree | 5386b3eb6dec103815b81e92d5977a59ef5c4ec9 | |
parent | 200a3592cda7bfc010d30c0b1eb8eff3791e9ba9 [diff] |
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: Jan Kara <jack@suse.cz>