From: Al Viro Date: Tue, 16 Jun 2015 05:50:43 +0000 (-0400) Subject: ufs: don't bother with lock_ufs()/unlock_ufs() for directory access X-Git-Tag: omap-for-v4.2/fixes-rc1^2~6^2~29^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a50e4a02ad6957ef6f77cccaa8ef6a337f1856af;p=pandora-kernel.git ufs: don't bother with lock_ufs()/unlock_ufs() for directory access We are already serialized by ->i_mutex and operations on different directories are independent. These calls are just rudiments of blind BKL conversion and they should've been removed back then. Signed-off-by: Al Viro --- Reading git-diff-tree failed