udf: Remove unnecessary bkl usages
commit9db9f9e31d7661dff35a75ed01ff9fc0d6acdaf8
authorAlessio Igor Bogani <abogani@texware.it>
Tue, 16 Nov 2010 17:40:49 +0000 (16 18:40 +0100)
committerJan Kara <jack@suse.cz>
Thu, 6 Jan 2011 16:03:57 +0000 (6 17:03 +0100)
tree8e95c6f73b86b6f9e2089f61c9c964f44f08558a
parent7db09be629033b79792a1bf18f505f5f15914395
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 <abogani@texware.it>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/dir.c
fs/udf/file.c
fs/udf/inode.c
fs/udf/namei.c
fs/udf/super.c