From: Jan Kara Date: Tue, 4 Mar 2008 12:10:29 +0000 (+0100) Subject: udf: Remove checking of existence of filename in udf_add_entry() X-Git-Tag: v2.6.26-rc1~1108^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bf2c6b834f4caad82b3e2d962c266153d39e411;p=pandora-kernel.git 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 --- Reading git-diff-tree failed