From: Alessio Igor Bogani Date: Tue, 16 Nov 2010 17:40:49 +0000 (+0100) Subject: udf: Remove unnecessary bkl usages X-Git-Tag: v2.6.38-rc1~408^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9db9f9e31d7661dff35a75ed01ff9fc0d6acdaf8;p=pandora-kernel.git udf: Remove unnecessary bkl usages The udf_readdir(), udf_lookup(), udf_create(), udf_mknod(), udf_mkdir(), udf_rmdir(), udf_link(), udf_get_parent() and udf_unlink() seems already adequately protected by i_mutex held by VFS invoking calls. The udf_rename() instead should be already protected by lock_rename again by VFS. The udf_ioctl(), udf_fill_super() and udf_evict_inode() don't requires any further protection. This work was supported by a hardware donation from the CE Linux Forum. Signed-off-by: Alessio Igor Bogani Signed-off-by: Jan Kara --- Reading git-diff-tree failed