From: Al Viro Date: Tue, 16 Jun 2015 06:35:14 +0000 (-0400) Subject: ufs: kill more lock_ufs() calls X-Git-Tag: omap-for-v4.3/fixes-rc1~80^2~5^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3e0f3da1b65e84ea82176c1cda03a4b694c9911;p=pandora-kernel.git ufs: kill more lock_ufs() calls a) move it inside ufs_truncate() b) ufs_free_inode() doesn't need it - it's serialized on ->s_lock c) ufs_write_inode() doesn't need it either (and can be called without it anyway). Signed-off-by: Al Viro --- Reading git-diff-tree failed