git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
200a359
)
udf: Remove checking of existence of filename in udf_add_entry()
author
Jan Kara
<jack@suse.cz>
Tue, 4 Mar 2008 12:10:29 +0000
(13:10 +0100)
committer
Jan 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